diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-03 21:50:47 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-03 21:50:47 +0100 |
commit | db9a1f0be2abc0b7cf4f3114e09c796a1d4e8541 (patch) | |
tree | a24cb0c898cb4d8beecde1e4f06c43c45707e820 | |
parent | 9378eb47b82996eabd5b28ec0857020734bbea66 (diff) |
feat: update css style to white bg
-rw-r--r-- | style.css | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -1,5 +1,4 @@ html { - color: #d8dee9; font-family: sans-serif; } @@ -12,15 +11,12 @@ html { } body { - color: #F2F6F3; - background: #151515; text-align: justify; font-style: sans-serif ; } h1 { text-align: center ; - color: lightgreen ; } ul, ol { @@ -47,7 +43,7 @@ p img, li img, h1 img, h2 img, h3 img, h4 img, dt img { display: inline ; } -a { color: #A5D6FF ; text-decoration: none ;} +a { text-decoration: none ;} dl { display: inline-flex; @@ -67,10 +63,6 @@ footer li { font-size: x-large ; } -footer li:hover { - background: #A5D6FF ; -} - nav, footer, .tag-list{ text-align: center; font-variant: small-caps; @@ -86,7 +78,7 @@ nav ul, footer ul, .tag-list { } nav li, footer li, .tag-list li{ - color: wheat; + /* color: wheat; */ display: inline-block; list-style: none; border-radius: 10px; @@ -95,8 +87,6 @@ nav li, footer li, .tag-list li{ } code { - background: #222 ; - color: var(--limish) ; border-radius: 5px ; overflow-wrap: break-word ; } |