summaryrefslogtreecommitdiff
path: root/sass/style.scss
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-11-30 01:13:49 +0000
committerLibravatar Silas Bartha <[email protected]>2024-11-30 01:13:49 +0000
commit275bda7c912c8adaddb482f8e38432b3f8d98ae2 (patch)
treeb8a659035c3f1baaac94d65fd52044be791abd51 /sass/style.scss
parent8ea4334b163599eaea30a43ed73a6f247ae19f73 (diff)
Sat Nov 30 01:13:49 AM UTC 2024
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;
}