Spaces:
Running
Running
Nitish commited on
Commit ·
5ce4119
1
Parent(s): 979995a
fix(css): correctly wrap orphan variable at top of file
Browse files- static/style.css +1 -0
static/style.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
--secondary: #52525b;
|
| 2 |
}
|
| 3 |
|
|
|
|
| 1 |
+
:root {
|
| 2 |
--secondary: #52525b;
|
| 3 |
}
|
| 4 |
|