minor CSS fixes

This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-24 16:29:29 +02:00
parent 0dd3736fea
commit 7be4139a5f
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 4 additions and 6 deletions

View file

@ -6,13 +6,14 @@
body { body {
font-family: Menlo, Monaco, monospace; font-family: Menlo, Monaco, monospace;
font-size: 13px; font-size: 13px;
line-height: 18px; line-height: 1.5em;
} }
code { code {
font-family: Menlo, Monaco, monospace; font-family: Menlo, Monaco, monospace;
} }
pre, pre code { pre, pre code {
font-family: Menlo, Monaco, monospace; font-family: Menlo, Monaco, monospace;
line-height: 14px;
} }
.todo, .done { .todo, .done {
font-family: Menlo, Monaco, monospace; font-family: Menlo, Monaco, monospace;
@ -401,7 +402,7 @@ input#modern:checked ~ .main {
font-family: "Helvetica Neue", sans-serif; font-family: "Helvetica Neue", sans-serif;
font-weight: 300; font-weight: 300;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 1.5em;
} }
input#modern:target ~ .main .content, input#modern:target ~ .main .content,
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:target ~ .main pre,
input#modern:checked ~ .main pre { input#modern:checked ~ .main pre {
font-size: 14px; font-size: 14px;
line-height; 21px; line-height: 15px;
border-left: solid 4px var(--soft-foreground); border-left: solid 4px var(--soft-foreground);
padding-left: 1em; padding-left: 1em;
} }

View file

@ -265,9 +265,6 @@ straightforward details.
The source directory, the destination directory, but also, file to exclude, The source directory, the destination directory, but also, file to exclude,
a function used to transform org files to HTML, etc... a function used to transform org files to HTML, etc...
:PROPERTIES:
:CUSTOM_ID: tree-of-files
:END:
#+begin_src elisp #+begin_src elisp
(setq domainname "https://john.doe") (setq domainname "https://john.doe")
(setq base-dir (concat (projectile-project-root) "src")) (setq base-dir (concat (projectile-project-root) "src"))