Spaces:
Running
Running
thibaud frere
commited on
Commit
·
e5b276c
1
Parent(s):
e063015
add page-bg css variable
Browse files
app/src/styles/_variables.css
CHANGED
|
@@ -18,6 +18,7 @@
|
|
| 18 |
--on-primary: #ffffff;
|
| 19 |
|
| 20 |
/* Text & Surfaces */
|
|
|
|
| 21 |
--text-color: rgba(0,0,0,.85);
|
| 22 |
--muted-color: rgba(0,0,0,.6);
|
| 23 |
--border-color: rgba(0,0,0,.1);
|
|
@@ -86,6 +87,7 @@
|
|
| 86 |
/* Dark Theme Overrides */
|
| 87 |
/* ============================================================================ */
|
| 88 |
[data-theme="dark"] {
|
|
|
|
| 89 |
--text-color: rgba(255,255,255,.9);
|
| 90 |
--muted-color: rgba(255,255,255,.7);
|
| 91 |
--border-color: rgba(255,255,255,.15);
|
|
|
|
| 18 |
--on-primary: #ffffff;
|
| 19 |
|
| 20 |
/* Text & Surfaces */
|
| 21 |
+
--page-bg: #ffffff;
|
| 22 |
--text-color: rgba(0,0,0,.85);
|
| 23 |
--muted-color: rgba(0,0,0,.6);
|
| 24 |
--border-color: rgba(0,0,0,.1);
|
|
|
|
| 87 |
/* Dark Theme Overrides */
|
| 88 |
/* ============================================================================ */
|
| 89 |
[data-theme="dark"] {
|
| 90 |
+
--page-bg: #0f1115;
|
| 91 |
--text-color: rgba(255,255,255,.9);
|
| 92 |
--muted-color: rgba(255,255,255,.7);
|
| 93 |
--border-color: rgba(255,255,255,.15);
|