commit 9517b8eb6c0c30f3a4101784eea005a79cbfd98e
parent 99fd853db0d0e42581c2ba49d359a43d2443468b
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 8 Nov 2022 09:45:15 +0000
style
Diffstat:
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/custom.css b/custom.css
@@ -95,12 +95,13 @@ a:focus {
border-bottom: 0px !important;
}
.markdown-body code {
- background-color: #fbf0d2;
- color: #604d50;
+ background-color: #604d50;
+ color: #fbf0d2;
font-family: 'bpmono', mono;
font-size: 13px;
padding: 2px 4px 2px 4px;
border-radius: 2px;
+ border: 0px;
}
.markdown-body pre {
background: #110f0d;
@@ -120,6 +121,15 @@ a:focus {
display: table;
padding: 7.5px;
}
+
+.Box {
+ background-color: #22201d;
+ border: 1px solid #454545;
+}
+.Box-row {
+ border-top: 1px solid #454545;
+}
+
.highlight .nt {
color: #bbbbbb;
}
@@ -136,7 +146,7 @@ a:focus {
}
.markdown-body table tr,
.markdown-body table tr:nth-child(2n) {
- background-color: #171717;
+ background-color: #110f0d;
}
.markdown-body table tr th,
.markdown-body table tr td {