🚧 WIP 🚧

This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-12 11:42:20 +02:00
parent e3bbe54f98
commit 022b074f5e
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 24 additions and 7 deletions

View file

@ -112,9 +112,11 @@ blockquote {
padding-left: 2ch; padding-left: 2ch;
overflow: hidden; overflow: hidden;
} }
.notes *:first-child,
blockquote *:first-child { blockquote *:first-child {
margin-top: 0; margin-top: 0;
} }
.notes *:last-child,
blockquote *:last-child { blockquote *:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
@ -229,7 +231,15 @@ navigation > a {
.footdef > sup::after { .footdef > sup::after {
content: ": "; content: ": ";
} }
.notes {
padding: 5px 10px;
}
.notes::before {
content: "☞";
float: left;
display: inline-block;
width: 1em;
}
/* colors theme */ /* colors theme */
:root { :root {
@ -256,8 +266,8 @@ navigation > a {
--main-background: var(--base03); /* 0.5 darker than #002b36; */ --main-background: var(--base03); /* 0.5 darker than #002b36; */
--main-foreground: var(--base1); --main-foreground: var(--base1);
--second-foreground: var(--base0); --second-foreground: var(--base0);
--reveal-background: var(--base02);
--soft-foreground: var(--base01); --soft-foreground: var(--base01);
--reveal-background: var(--base03);
--border-color: var(--base02); --border-color: var(--base02);
--todo-txt: #000; --todo-txt: #000;
} }
@ -268,8 +278,8 @@ navigation > a {
--main-background: #fefaf0; /* 0.5 lighter than #fdf6e3 */ --main-background: #fefaf0; /* 0.5 lighter than #fdf6e3 */
--main-foreground: var(--base01); --main-foreground: var(--base01);
--second-foreground: var(--base00); --second-foreground: var(--base00);
--reveal-background: var(--base2);
--soft-foreground: var(--base1); --soft-foreground: var(--base1);
--reveal-background: var(--base3);
--border-color: var(--base2); --border-color: var(--base2);
--todo-txt: #FFF; --todo-txt: #FFF;
} }
@ -367,3 +377,7 @@ blockquote:after {
.CANCELED { .CANCELED {
background-color: var(--magenta); background-color: var(--magenta);
} }
.notes {
background-color: var(--reveal-background);
color: var(--second-fg);
}

View file

@ -8,8 +8,11 @@
#+OPTIONS: H:5 #+OPTIONS: H:5
#+STARTUP: showeverything #+STARTUP: showeverything
Welcome to my personal blog. Welcome!
This is the 4th time I change the underlying technology behind my blog.
- [[./archive.html][posts]] #+begin_notes
- [[./about-me.html][about me]] This website is dark by default, but it support user preferred theme.
For example in Mac if you have a light theme, the website will be light.
#+end_notes
- [[./archive.html][articles]]