summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-03 21:50:47 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-03 21:50:47 +0100
commitdb9a1f0be2abc0b7cf4f3114e09c796a1d4e8541 (patch)
treea24cb0c898cb4d8beecde1e4f06c43c45707e820
parent9378eb47b82996eabd5b28ec0857020734bbea66 (diff)
feat: update css style to white bg
-rw-r--r--style.css14
1 files 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 ;
}