feat: theme
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
--shadow-panel: 0 2px 8px rgba(8, 14, 22, 0.06);
|
||||
}
|
||||
|
||||
:root[data-theme="dark"] {
|
||||
:root[data-theme="default-dark"] {
|
||||
--color-page-bg: #161c25;
|
||||
--color-surface: #1d2531;
|
||||
--color-surface-elevated: #222c39;
|
||||
@@ -31,7 +31,7 @@
|
||||
--color-overlay-bg: rgba(8, 12, 18, 0.62);
|
||||
}
|
||||
|
||||
:root[data-theme="light"] {
|
||||
:root[data-theme="default-light"] {
|
||||
--color-page-bg: #eef3f9;
|
||||
--color-surface: #ffffff;
|
||||
--color-surface-elevated: #f8fbff;
|
||||
|
||||
Reference in New Issue
Block a user