summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/theme.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-07-12 10:26:48 +0200
committerThomas Letan <lthms@soap.coffee>2020-07-12 10:56:47 +0200
commitb85b9bc80bdb9b068ccfaffdfc975b8b0ba3a5de (patch)
treeff66f39ca7cfadbf997a04f242ea0abba35b4811 /site/cleopatra/theme.org
parentBenefit from cleopatra org-related functions to export org files (diff)
Various fixes here and there
Diffstat (limited to 'site/cleopatra/theme.org')
-rw-r--r--site/cleopatra/theme.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index 3bba6b7..c7b0145 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -12,7 +12,7 @@ theme-build : ${SASS}
soupault-build : theme-build
-ARTIFACTS += ${CSS} ${SASS}
+ARTIFACTS += ${CSS}
#+END_SRC
* Main HTML Template
@@ -121,7 +121,7 @@ $remark-fg: #4d575e
$sans-serif : sans-serif
-$document-width : 33rem
+$document-width : 38rem
a
color : #557de8
@@ -145,7 +145,7 @@ a:visited
margin-right : 1rem
@mixin text-font
- font-family : et-book, serif
+ font-family : serif
@mixin code-font($size : .9rem)
font-family: 'Fira Code', monospace
@@ -223,8 +223,9 @@ body#default
h1
text-align: center
- h1, h2, h3, h4, h5, h6
- font-family : $sans-serif
+ h2, h3, h4, h5, h6
+ font-style: italic
+
code, tt
font-size: 100%