diff options
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/_highlights.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index e3874a5..adf15fb 100644 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -4,6 +4,7 @@ div.highlight { overflow: unset; margin-bottom: 5px; color: #b7b7b7; + border: 1px solid #535353; } pre.highlight{ @@ -22,6 +23,7 @@ code { code img { margin: 0px; + filter: invert(0.7); } code.language-plaintext { |
