diff --git a/.gitignore b/.gitignore index dba907b..4743da6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +_cache _site src/archive.org diff --git a/.project.el.gpg b/.project.el.gpg index 9e70953..12d4779 100644 Binary files a/.project.el.gpg and b/.project.el.gpg differ diff --git a/src/css/minimalist.css b/src/css/minimalist.css index 30a5e62..6e4af0c 100644 --- a/src/css/minimalist.css +++ b/src/css/minimalist.css @@ -145,9 +145,7 @@ ol > li:before { content: counter(ol) ". "; counter-increment: ol; font-weight: bold; - opacity: 0.5; } - img { max-width: 100%; max-height: 800px; @@ -348,12 +346,35 @@ input#raw:checked ~ .main { --color-h5: #000; --color-h6: #000; --color-link: #33d; + font-family: monospace; } input#raw:checked ~ #labels { background: #fff; color: #000; } +input#darkraw:checked ~ .main { + --main-background: #000; + --main-foreground: #fff; + --second-foreground: #fff; + --reveal-background: #000; + --soft-foreground: #fff; + --border-color: #fff; + --todo-txt: #fff; + --color-h1: #fff; + --color-h2: #fff; + --color-h3: #fff; + --color-h4: #fff; + --color-h5: #fff; + --color-h6: #fff; + --color-link: #dd3; + font-family: monospace; +} +input#darkraw:checked ~ #labels { + background: #000; + color: #fff; +} + body,.main { background: var(--main-background); @@ -369,6 +390,11 @@ a, a:visited, .main a, .main a:visited { color: var(--second-foreground); } + +.main ol > li:before, ol > li:before { + color: var(--soft-foreground) +} + pre::after,pre::before,hr:after, .main pre::after,.main pre::before,.main hr:after { color: var(--soft-foreground); diff --git a/src/posts/2019-07-04-static-org-publish.org b/src/posts/2019-07-04-static-org-publish.org index 7d44857..cf33167 100644 --- a/src/posts/2019-07-04-static-org-publish.org +++ b/src/posts/2019-07-04-static-org-publish.org @@ -2,7 +2,7 @@ #+SUBTITLE: Meta post about this blog #+AUTHOR: Yann Esposito #+EMAIL: yann@esposito.host -#+DATE: 2019-07-27 +#+DATE: [2019-07-27] #+KEYWORDS: programming, blog, org-mode, meta #+OPTIONS: auto-id:t diff --git a/src/posts/project-el/index.org b/src/posts/project-el/index.org index 87e8400..5c25716 100644 --- a/src/posts/project-el/index.org +++ b/src/posts/project-el/index.org @@ -2,7 +2,7 @@ #+SUBTITLE: fast, secure, easy autoload #+AUTHOR: Yann Esposito #+EMAIL: yann@esposito.host -#+DATE: 2019-07-28 +#+DATE: [2019-07-28] #+KEYWORDS: programming, blog, org-mode #+OPTIONS: auto-id:t