summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-03 21:54:26 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-03 21:54:26 +0100
commit22657326f9c271ce3683dc1bf15738d38707f483 (patch)
tree8219d9b9bde66014c26fce95160bead8fba14cfd
parentdb9a1f0be2abc0b7cf4f3114e09c796a1d4e8541 (diff)
fix: change color of nav text to black
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index a77c6dd..8efb68d 100644
--- a/style.css
+++ b/style.css
@@ -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;