diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-03 21:54:26 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-03 21:54:26 +0100 |
commit | 22657326f9c271ce3683dc1bf15738d38707f483 (patch) | |
tree | 8219d9b9bde66014c26fce95160bead8fba14cfd /style.css | |
parent | db9a1f0be2abc0b7cf4f3114e09c796a1d4e8541 (diff) |
fix: change color of nav text to black
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ nav ul, footer ul, .tag-list { } nav li, footer li, .tag-list li{ - /* color: wheat; */ + color: black; display: inline-block; list-style: none; border-radius: 10px; |