Update style.css
Browse files
style.css
CHANGED
|
@@ -46,3 +46,5 @@ html, body, * {
|
|
| 46 |
body {
|
| 47 |
background: #f7fafe;
|
| 48 |
}
|
|
|
|
|
|
|
|
|
| 46 |
body {
|
| 47 |
background: #f7fafe;
|
| 48 |
}
|
| 49 |
+
/* Blue header text – affects only the element with id="zen-header" */
|
| 50 |
+
#zen-header { color: #1e6cff; } /* adjust the hex if you want a different blue */
|