summaryrefslogtreecommitdiffstats
path: root/_sass/main.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/main.scss')
-rw-r--r--_sass/main.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/_sass/main.scss b/_sass/main.scss
index 927e81c..ffb2fae 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -106,3 +106,8 @@ body {
line-height: 1.4; */
font-family: sans-serif;
}
+
+code {
+ color: white;
+ background-color: black;
+}