diff --git a/.project.el.gpg b/.project.el.gpg index 4702d1e..678cdc9 100644 Binary files a/.project.el.gpg and b/.project.el.gpg differ diff --git a/src/archive.org b/src/archive.org index 8a3478b..72adc0d 100644 --- a/src/archive.org +++ b/src/archive.org @@ -3,6 +3,6 @@ #+EMAIL: yann@esposito.host #+begin_archive -@@html:
  • @@ @@html:@@ 2019-07-28: @@html:@@ [[file:posts/project-el/index.org][Autoload Script by project]] @@html:@@ @@html:
  • @@ -@@html:
  • @@ @@html:@@ 2019-07-07: @@html:@@ [[file:posts/2019-07-04-static-org-publish.org][Static blog with org-mode]] @@html:@@ @@html:
  • @@ +@@html:
  • @@ @@html:@@ 2019-08-13: @@html:@@ [[file:posts/project-el/index.org][Autoload Script by project]] @@html:@@ @@html:
  • @@ +@@html:
  • @@ @@html:@@ 2019-07-15: @@html:@@ [[file:posts/2019-07-04-static-org-publish.org][Static blog with org-mode]] @@html:@@ @@html:
  • @@ #+end_archive diff --git a/src/css/minimalist.css b/src/css/minimalist.css index 550663a..93dbecc 100644 --- a/src/css/minimalist.css +++ b/src/css/minimalist.css @@ -196,14 +196,12 @@ navigation > a { } #postamble { border-top: solid 1px; -} -#preamble,#postamble { - padding: 10px 0; + margin-top: 10px; } #content,.content { max-width: 50em; margin: 0 auto; - padding: 10px; + padding: 1px; } #content *:first-child { margin-top: 0; @@ -285,10 +283,12 @@ navigation > a { } #labels { width: 100%; + text-align: right; } #labels label { text-decoration: underline; cursor: pointer; + font-style: italic; } input#light, input#dark { display:none; } input#light:checked ~ .main { @@ -311,15 +311,16 @@ input#dark:checked ~ .main { } input#light:checked ~ #labels { background: #fefaf0; - color: var(--base01); + color: var(--base00); } input#dark:checked ~ #labels { background: var(--base03); - color: var(--base1); + color: var(--base0); } body,.main { background: var(--main-background); color: var(--main-foreground); + min-height: 100vh; } ::selection, .main ::selection, ::-moz-selection, .main ::-moz-selection { diff --git a/src/index.org b/src/index.org index 3703a6c..04e962a 100644 --- a/src/index.org +++ b/src/index.org @@ -12,7 +12,8 @@ Welcome! #+begin_notes 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. +For example on Mac OS X > 10.14, if you have selected a light theme, the website +will be light. #+end_notes - [[./archive.html][articles]]