aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/style.css b/style.css
index e7b3e9d..f1d5295 100644
--- a/style.css
+++ b/style.css
@@ -177,7 +177,7 @@ html {
}
pre,
code {
- font-family: 'Inconsolata', sans-serif;
+ font-family: 'Inconsolata', monospace;
}
h1,
h2,
@@ -321,3 +321,10 @@ h6 {
padding-top: 12px;
font-size: 12px;
}
+
+.example {
+ color: #fdf6e3;
+}
+.src {
+ color: #fdf6e3;
+}