diff options
| author | Bobby <[email protected]> | 2023-06-04 05:10:23 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-04 05:10:23 -0400 |
| commit | bf43bb721fe46642feb67f63fbfe243dd8bfd40d (patch) | |
| tree | 5f17c77601f255f1e20a8fedbd0da979b495cb30 /static/css/styles.css | |
| parent | a68efd162b6a5f9b65add531f1991d5d2da6d6c5 (diff) | |
| download | thatcomputerscientist-bf43bb721fe46642feb67f63fbfe243dd8bfd40d.tar.xz thatcomputerscientist-bf43bb721fe46642feb67f63fbfe243dd8bfd40d.zip | |
Highlight color fix
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 5 |
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; } |
