aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-06-04 05:10:23 -0400
committerBobby <[email protected]>2023-06-04 05:10:23 -0400
commitbf43bb721fe46642feb67f63fbfe243dd8bfd40d (patch)
tree5f17c77601f255f1e20a8fedbd0da979b495cb30 /static
parenta68efd162b6a5f9b65add531f1991d5d2da6d6c5 (diff)
downloadthatcomputerscientist-bf43bb721fe46642feb67f63fbfe243dd8bfd40d.tar.xz
thatcomputerscientist-bf43bb721fe46642feb67f63fbfe243dd8bfd40d.zip
Highlight color fix
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 7b0db28f..28f45ddf 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -251,7 +251,10 @@ blockquote {
}
.highlight {
- background: none !important;
+ background: #311b4f26 !important;
+ padding: 20px;
+ box-sizing: border-box;
+ border-radius: 8px;
text-align: left !important;
overflow-x: scroll;
}