commit 5ea91d1d112cfad3205ee4a1e06e52b5f9538665
parent 6897088717520509a0d39430ac6fd4885f0d629a
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 7 Oct 2020 11:30:05 +0100
reduced font size, updated 'strong' color, remove list-style
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/css/style.css b/static/css/style.css
@@ -20,7 +20,7 @@ body {
background-color: #202020;
color: #c2c2b0;
font-family: "saxmono";
- font-size: 16px
+ font-size: 14px
}
.container {
@@ -79,11 +79,11 @@ a:active,a:hover,a:focus {
strong {
font-weight: normal;
- color: #dc7671;
+ color: #ceb34f;
}
ul {
- list-style: '> '
+ list-style: none;
}
code {
@@ -96,7 +96,7 @@ code {
}
pre {
- color: #e8e85a;
+ color: #95a328;
background-color: #151515;
font-family: "envy", mono;
font-size: 13px;