summaryrefslogtreecommitdiff
path: root/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style.scss')
-rw-r--r--sass/style.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/sass/style.scss b/sass/style.scss
index 4f1c85f..3131fed 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -25,7 +25,7 @@
body {
color: everforest.$fg;
- background-color: everforest.$bg0;
+ background-color: everforest.$bg1;
}
a {
@@ -37,6 +37,10 @@ img {
max-height: 720px;
}
+pre {
+ padding: 5px;
+}
+
.wip-indicator {
color: everforest.$yellow;
}