feat: separate topbar, fix important styles

This commit is contained in:
2026-08-27 23:58:57 +05:00
parent bcdfc4cf12
commit f4216e6868
4 changed files with 94 additions and 97 deletions
+9
View File
@@ -17,6 +17,15 @@ body {
padding: 0;
}
/* Форм-контролы не наследуют шрифт семьи по умолчанию (браузер ставит Arial). */
button,
input,
select,
textarea,
optgroup {
font-family: inherit;
}
/* Новый дизайн: токены (§2 плана redesign).
Файл грузится только layout'ом новой ветки (preview/+layout), поэтому
глобально не конфликтует со старым app.css. */