about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index f6aabeb..ba44402 100644
--- a/style.css
+++ b/style.css
@@ -12,3 +12,8 @@ body {
   border-style: solid;
   border-color: #000;
 }
+
+code {
+  background-color: #eee;
+  padding: 5px 5px;
+}