small adjustments

This commit is contained in:
Yann Esposito (Yogsototh) 2024-06-14 12:41:23 +02:00
parent 767cc09206
commit a6d93e1c58
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 5 additions and 4 deletions

View file

@ -35,6 +35,7 @@ hr { opacity: 0.3; }
}
#logo svg { width: 5em; }
#logo > a { height: 5em; display: inline-block; border-radius: 2.5em; }
/* For assistive technology we sometime want to keep a text in a link */
/* while not showing it. */
.vis-hidden {

View file

@ -11,7 +11,7 @@
#+STARTUP: showeverything
#+lightbk: #0f0
#+darkbk: #080
#+html_head_extra: <style>img,svg {filter: brightness(0.8) sepia(100%) hue-rotate(80deg) saturate(5); } body,h1,h2,h3 { font-family: "Comic Sans MS", Chalkboard, sans-serif; color: #080; } body{border-top: solid 5px var(--g);border-bottom: solid 5px var(--g);} </style>
#+html_head_extra: <style>img,svg {filter: brightness(0.8) sepia(100%) hue-rotate(80deg) saturate(5); } body,h1,h2,h3,nav,.meta { font-family: "Comic Sans MS", Chalkboard, sans-serif; color: #080; } body{border-top: solid 5px var(--g);border-bottom: solid 5px var(--g);} </style>
#+begin_notes
I watched what may be the worse movie of all time and I still enjoyed

View file

@ -17,13 +17,13 @@
#+lightbk: #ff0
#+darkbk: #880
#+html_head_extra: <style>
#+html_head_extra: :root { --bg: #ff0; --fg: #000; --soft: #000;}
#+html_head_extra: :root { --bg: #ff0; --bg2: #ff0; --fg: #000; --soft: #000;}
#+html_head_extra: img,svg {filter: contrast(0.5)sepia(100%)hue-rotate(20deg)saturate(15); }
#+html_head_extra: @media (prefers-color-scheme: dark) {
#+html_head_extra: :root { --bg: #000; --fg: #ff0; --soft: #ff0; }
#+html_head_extra: :root { --bg: #000; --bg2: #000; --fg: #ff0; --soft: #ff0; }
#+html_head_extra: img,svg {filter: contrast(0.5)sepia(100%)hue-rotate(20deg)saturate(15) brightness(0.7) contrast(2); }
#+html_head_extra: }
#+html_head_extra: body,h1,h2,h3,.abstract { font-family: Helvetica Neue, Helvetica, sans-serif; font-weight: 200; }
#+html_head_extra: body,h1,h2,h3,.abstract,nav,.meta { font-family: Helvetica Neue, Helvetica, sans-serif; font-weight: 200; }
#+html_head_extra: h1 { font-size: 4em; font-variant: all-small-caps; font-weight: 400; letter-spacing: 0.1em; }
#+html_head_extra: strong, b, i, emph, { color: var(--fg); }
#+html_head_extra: a { text-decoration-color: var(--fg); }