commit 24d15f204af2bad462459641e92bddbb48d7057e
parent 3d453529158bb97f60b453a75b1a7c5ace0fb3d9
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 12 May 2023 16:28:18 +0100
updates to css
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/custom.css b/custom.css
@@ -95,7 +95,7 @@ a:focus {
border-bottom: 0px !important;
}
.markdown-body code {
- background-color: #604d50;
+ background-color: #6a3c42;
color: #fbf0d2;
font-family: 'bpmono', mono;
font-size: 13px;
@@ -105,7 +105,7 @@ a:focus {
}
.markdown-body pre {
background: #110f0d;
- color: #bcc92e;
+ color: #cbbe0c;
font-family: 'bpmono', mono;
border-radius: 2px;
border-color: #93141f;
@@ -114,7 +114,7 @@ a:focus {
overflow-x: auto;
}
.markdown-body pre code {
- color: #bcc92e;
+ color: #cbbe0c;
font-family: 'bpmono', mono;
white-space: pre-wrap;
background-color: #110f0d;