Footer style -radiowy

This commit is contained in:
dm
2025-11-25 10:06:25 +01:00
parent 665b787c5c
commit c23576f052
6 changed files with 21 additions and 21 deletions

View File

@@ -35,8 +35,9 @@
--f-header: var(--brand-light);
--f-header-2: var(--text1-light);
--f-header-items: (var(--text2-light));
--f-text: var(--text2-light);
--f-link-text: var(--f-header);
--btn-background: var(--surface2-light);
--btn-text: var(--text1-light);
@@ -70,6 +71,7 @@
---f-border-color: rgb(209 213 219);
/* / var(--tw-border-opacity, 1)); */
}
:root.dark {
--f-background: var(--surface1-dark);
@@ -79,6 +81,7 @@
--f-header-items: (var(--text2-dark));
--f-text: var(--text1-dark);
--f-link-text: var(--f-header);
--btn-background: var(--surface4-dark);
--btn-text: var(--text1-dark);