website: redesign part 34

This commit is contained in:
nym21
2026-06-22 16:42:14 +02:00
parent b3031b3375
commit 17478a4ac4
57 changed files with 1630 additions and 799 deletions
+12
View File
@@ -32,6 +32,18 @@
--font-size-lg: 1.25rem;
--line-height-lg: calc(1.5 / 1.25);
--control-radius: 0.3125rem;
--control-padding: 0.75rem 1rem;
--button-color: light-dark(var(--white), var(--black));
--button-background: var(--gray);
--button-hover-background: light-dark(var(--black), var(--white));
--button-active-background: var(--orange);
--field-color: light-dark(var(--black), var(--white));
--field-border-color: var(--gray);
--field-active-color: var(--orange);
--page-x: 2rem;
--layer-header: 10;
}