summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-12 16:56:02 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-12 16:56:02 +0100
commitb14b026736de4b7c724105b9f311b7958f689eaa (patch)
tree0b59d5b03bfd6654427e3fe5a0fba48b4fe550d8 /static
parent01752d69ba2354dc2e86735ce5218a31f715efe2 (diff)
Update colors etc
Diffstat (limited to 'static')
-rw-r--r--static/style.css30
1 files changed, 9 insertions, 21 deletions
diff --git a/static/style.css b/static/style.css
index 87b1b38..d2df580 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,7 +1,7 @@
body {
- background: #073642 ;
- color: brown ;
- max-width: 950px ;
+ background: #151515 ;
+ color: #E1E1E1 ;
+ max-width: 750px ;
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
@@ -10,23 +10,15 @@ body {
}
main {
- max-width: 950px ;
+ max-width: 750px ;
margin: auto ;
}
main > article {
- background: #EEE8D5 ;
- color: #151515 ;
+ background: #151515 ;
+ color: #E1E1E1 ;
margin-bottom: 0 ;
- padding-top: 4em ;
- padding-left: 8em ;
- padding-right: 8em ;
- padding-bottom: 4em ;
- border-color: #1e4e76 ;
- border-width: 0.25em 0.25em 0.25em .25em ;
- border-style: solid ;
text-align: justify;
- border-radius: 0 ;
margin: auto ;
}
@@ -57,20 +49,16 @@ ul {
footer {
max-width: 300px ;
- background: #EEE8D5 ;
+ background: #151515 ;
margin-left: auto ;
margin-right: auto ;
- margin-top: -4px ;
+ margin-top: 6px ;
text-align: center ;
clear: both ;
- border-color: #1e4e76 ;
- border-width: 0em 0.25em 0.25em 0.25em ;
- border-style: solid ;
- border-radius: 0 0 0 0 ;
}
code {
- color: #373737 ;
+ color: #F4BF75 ;
overflow-wrap: break-word ;
font-size: 10pt ;
}