summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 1c410f7..493f58d 100644
--- a/styles.css
+++ b/styles.css
@@ -34,6 +34,13 @@ a {
text-decoration: none;
}
+code {
+ background-color: #444;
+ padding: 4px 4px;
+ border-radius: 2px;
+ color: #b8bb26;
+}
+
#markdown {
margin: 20px;
}