CSS fix
This commit is contained in:
parent
8f91169d0c
commit
f595ef7b09
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* Theme colors - configurable from admin settings */
|
||||
:root {
|
||||
--primary-color: var(--nyv-primary-color, #e81f2d);
|
||||
--page-bg: var(--nyv-page-bg, #14191f);
|
||||
--page-bg: var(--nyv-page-bg, linear-gradient(136deg, rgba(205, 29, 29, 0.2), rgba(155, 0, 0, 0)));
|
||||
--card-bg: var(--nyv-card-bg, #1b2028);
|
||||
--text-color: var(--nyv-text-color, #ddd);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue