commit e26acaa0589e1fe5ebc2df8ac663ccff632689bc
parent c2ffc8943552eec5b7300294afc409924daf2a5c
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 9 Jan 2024 15:54:55 +0000
update code box colours. remove some box-shadows
Diffstat:
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gollum.css b/gollum.css
@@ -22,11 +22,15 @@ body, .markdown-body {
.btn {
background-color: #604d50;
+ box-shadow: none;
+ border-bottom: none !important;
}
.form-control, .form-select {
background-color: #110f0d;
color: #bcc92e;
+ border: 1px solid #1f1d1b;
+ box-shadow: none;
}
#head {
@@ -95,7 +99,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,16 +109,16 @@ a:focus {
}
.markdown-body pre {
background: #110f0d;
- color: #bcc92e;
+ color: #cbbe0c;
font-family: 'bpmono', mono;
border-radius: 2px;
- border-color: #93141f;
+ border-color: #1f1d1b;
border-width: 1px;
border-style: solid;
overflow-x: auto;
}
.markdown-body pre code {
- color: #bcc92e;
+ color: #cbbe0c;
font-family: 'bpmono', mono;
white-space: pre-wrap;
background-color: #110f0d;