Spaces:
Running on Zero
Running on Zero
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -18,6 +18,7 @@
|
|
| 18 |
--accent: #C04B2B;
|
| 19 |
}
|
| 20 |
* { box-sizing: border-box; }
|
|
|
|
| 21 |
html, body { margin: 0; padding: 0; }
|
| 22 |
body {
|
| 23 |
font-family: 'Inter', system-ui, -apple-system, "Segoe UI", sans-serif;
|
|
|
|
| 18 |
--accent: #C04B2B;
|
| 19 |
}
|
| 20 |
* { box-sizing: border-box; }
|
| 21 |
+
[hidden] { display: none !important; }
|
| 22 |
html, body { margin: 0; padding: 0; }
|
| 23 |
body {
|
| 24 |
font-family: 'Inter', system-ui, -apple-system, "Segoe UI", sans-serif;
|