diff --git a/src/css/minimalist.css b/src/css/minimalist.css index cd1e9bc..9cf93da 100644 --- a/src/css/minimalist.css +++ b/src/css/minimalist.css @@ -6,13 +6,14 @@ body { font-family: Menlo, Monaco, monospace; font-size: 13px; - line-height: 18px; + line-height: 1.5em; } code { font-family: Menlo, Monaco, monospace; } pre, pre code { font-family: Menlo, Monaco, monospace; + line-height: 14px; } .todo, .done { font-family: Menlo, Monaco, monospace; @@ -401,7 +402,7 @@ input#modern:checked ~ .main { font-family: "Helvetica Neue", sans-serif; font-weight: 300; font-size: 16px; - line-height: 24px; + line-height: 1.5em; } input#modern:target ~ .main .content, input#modern:target ~ .main #content, @@ -468,7 +469,7 @@ input#modern:checked ~ .main h6::before { input#modern:target ~ .main pre, input#modern:checked ~ .main pre { font-size: 14px; - line-height; 21px; + line-height: 15px; border-left: solid 4px var(--soft-foreground); padding-left: 1em; } diff --git a/src/posts/new-blog.org b/src/posts/new-blog.org index a0fc173..2d69b1c 100644 --- a/src/posts/new-blog.org +++ b/src/posts/new-blog.org @@ -265,9 +265,6 @@ straightforward details. The source directory, the destination directory, but also, file to exclude, a function used to transform org files to HTML, etc... -:PROPERTIES: -:CUSTOM_ID: tree-of-files -:END: #+begin_src elisp (setq domainname "https://john.doe") (setq base-dir (concat (projectile-project-root) "src"))