Spaces:
Sleeping
Sleeping
Commit ·
f4ecea1
1
Parent(s): 246b9e0
Updated
Browse files- static/main.css +2 -1
static/main.css
CHANGED
|
@@ -82,7 +82,8 @@ body {
|
|
| 82 |
font-size: 9px;
|
| 83 |
font-weight: 800;
|
| 84 |
letter-spacing: 0.3em;
|
| 85 |
-
color:
|
|
|
|
| 86 |
text-transform: uppercase;
|
| 87 |
}
|
| 88 |
|
|
|
|
| 82 |
font-size: 9px;
|
| 83 |
font-weight: 800;
|
| 84 |
letter-spacing: 0.3em;
|
| 85 |
+
color: var(--theo-cream);
|
| 86 |
+
opacity: 0.6;
|
| 87 |
text-transform: uppercase;
|
| 88 |
}
|
| 89 |
|