Fixed many small issues

- dates
- cache directory
This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-15 01:20:58 +02:00
parent cb24d0bac1
commit 453808fb33
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
5 changed files with 31 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
_cache
_site _site
src/archive.org src/archive.org

Binary file not shown.

View File

@ -145,9 +145,7 @@ ol > li:before {
content: counter(ol) ". "; content: counter(ol) ". ";
counter-increment: ol; counter-increment: ol;
font-weight: bold; font-weight: bold;
opacity: 0.5;
} }
img { img {
max-width: 100%; max-width: 100%;
max-height: 800px; max-height: 800px;
@ -348,12 +346,35 @@ input#raw:checked ~ .main {
--color-h5: #000; --color-h5: #000;
--color-h6: #000; --color-h6: #000;
--color-link: #33d; --color-link: #33d;
font-family: monospace;
} }
input#raw:checked ~ #labels { input#raw:checked ~ #labels {
background: #fff; background: #fff;
color: #000; 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 { body,.main {
background: var(--main-background); background: var(--main-background);
@ -369,6 +390,11 @@ a, a:visited,
.main a, .main a:visited { .main a, .main a:visited {
color: var(--second-foreground); color: var(--second-foreground);
} }
.main ol > li:before, ol > li:before {
color: var(--soft-foreground)
}
pre::after,pre::before,hr:after, pre::after,pre::before,hr:after,
.main pre::after,.main pre::before,.main hr:after { .main pre::after,.main pre::before,.main hr:after {
color: var(--soft-foreground); color: var(--soft-foreground);

View File

@ -2,7 +2,7 @@
#+SUBTITLE: Meta post about this blog #+SUBTITLE: Meta post about this blog
#+AUTHOR: Yann Esposito #+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host #+EMAIL: yann@esposito.host
#+DATE: 2019-07-27 #+DATE: [2019-07-27]
#+KEYWORDS: programming, blog, org-mode, meta #+KEYWORDS: programming, blog, org-mode, meta
#+OPTIONS: auto-id:t #+OPTIONS: auto-id:t

View File

@ -2,7 +2,7 @@
#+SUBTITLE: fast, secure, easy autoload #+SUBTITLE: fast, secure, easy autoload
#+AUTHOR: Yann Esposito #+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host #+EMAIL: yann@esposito.host
#+DATE: 2019-07-28 #+DATE: [2019-07-28]
#+KEYWORDS: programming, blog, org-mode #+KEYWORDS: programming, blog, org-mode
#+OPTIONS: auto-id:t #+OPTIONS: auto-id:t