summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-07-14 11:33:50 +0200
committerThomas Letan <lthms@soap.coffee>2020-07-14 11:33:50 +0200
commit77a4004ee4292136c543645efa10751fdf47d127 (patch)
treeb5480108120585a0d346169e8d4c4ea6d54fc482 /site
parentFix sass issue (diff)
Fix size of code font
Diffstat (limited to 'site')
-rw-r--r--site/cleopatra/theme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index c7b0145..35f13b4 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -147,7 +147,7 @@ a:visited
@mixin text-font
font-family : serif
-@mixin code-font($size : .9rem)
+@mixin code-font($size : .8em)
font-family: 'Fira Code', monospace
font-size: $size