From db9a1f0be2abc0b7cf4f3114e09c796a1d4e8541 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 3 Feb 2022 21:50:47 +0100 Subject: feat: update css style to white bg --- style.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/style.css b/style.css index 74196dc..a77c6dd 100644 --- a/style.css +++ b/style.css @@ -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 ; } -- cgit v1.2.3-70-g09d2