diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 05:55:11 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 05:55:11 +0000 |
commit | d964a581ff29099e2aa4ad57577d19a27d39c212 (patch) | |
tree | 1b3d2971d5bd43a92e7b4f833b4c4c24a456bb2b /style.css | |
parent | 00955575143a081f0a2682025ac8debb551cc83a (diff) |
wip
Diffstat (limited to '')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -158,6 +158,11 @@ header { margin-top: 20px; } +.jumplist a { + font-weight: bold; + color: #657c76; +} + h1 { color: #657c76; font-size: 2.0rem; |