summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 3920f27..1e9d011 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,5 +1,6 @@
@import url("normalize.css");
@import url("fonts.css");
+@import url("code.css");
body {
font-family: Alegreya, serif;
@@ -23,7 +24,7 @@ a:hover {
code {
font-family: NotoSansMono, monospace;
- font-size: 18px;
+ font-size: 0.8em;
}
header {