commit 830e73dc39c639edf6a5eff79eb31fd5a339c90a
parent 2a68041494899afe1be0a82a3abb0d6e5974c7e4
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 7 Nov 2022 16:59:05 +0000
font and headings
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/custom.css b/custom.css
@@ -12,7 +12,7 @@
font-style: normal;
}
-body {
+body, .markdown-body {
background: #171717;
color: #bbbbbb;
font-family: 'main-font';
@@ -21,7 +21,7 @@ body {
}
#head {
border-bottom: none;
- text-transform: uppercase;
+ text-transform: lowercase;
}
h1 {
color: #753747;
@@ -32,7 +32,7 @@ h3,
h4 {
color: #909798;
font-weight: normal;
- text-transform: uppercase;
+ text-transform: lowercase;
}
#head h1 {
font-size: 1.5em;
@@ -43,7 +43,7 @@ h4 {
color: #909798;
font-weight: normal;
border-bottom: none;
- text-transform: uppercase;
+ text-transform: lowercase;
}
.markdown-body h2 .fa-link,
.markdown-body h3 .fa-link,
@@ -120,7 +120,7 @@ a:focus {
list-style: '- '
}
.markdown-body table thead {
- text-transform: uppercase;
+ text-transform: lowercase;
font-size: 16px;
text-align: left;
}