diff --git a/src/about-me.org b/src/about-me.org index ae1f763..b6405d5 100644 --- a/src/about-me.org +++ b/src/about-me.org @@ -52,7 +52,6 @@ This will certainly be the best way for me to notice you among notifications. | programs | [[https://gitea.esy.fun/yogsototh][gitea.esy.fun]] | [[https://github.com/yogsototh][github/yogsototh]] | | bookmarks | [[https://espial.esy.fun/u:yogsototh][espial.esy.fun]] | [[https://pinboard.in/u:yogsototh][pinboard/u:yogsototh]] | | microblog | [[https://espial.esy.fun/u:yogsototh/notes][espial.esy.fun]] | [[https://twitter.com/yogsototh][twitter/@yogsototh]] | -| keybase | . . . . . . . . | [[https://keybase.io/yogsototh][yogsototh]] | | lobste.rs | . . . . . . . . | [[https://lobste.rs/u/yogsototh][/u/yogsototh]] | | reddit | . . . . . . . . | [[https://reddit.com/u/yogsototh][/u/yogsototh]] | | stack overflow | . . . . . . . . | [[https://stackoverflow.com/users/40569/yogsototh][yogsototh]] | diff --git a/src/css/y.css b/src/css/y.css index 45ddbe5..ce1e916 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -115,7 +115,7 @@ body { font-family: Georgia, Cambria, 'Times New Roman', Times, serif; line-height: 1.8; - max-width: 80ch; + max-width: 60ch; min-height: 100vh; overflow-x: hidden; margin: 0 auto; @@ -125,7 +125,7 @@ body { counter-reset: definition; color: hsl(0, 5%, 10%); - background-color: hsl(210, 20%, 98%); + background-color: hsl(221, 20%, 98%); text-rendering: optimizeLegibility; } @@ -186,17 +186,17 @@ pre { padding: 1rem 1.4rem; max-width: 100%; overflow: auto; - border: 1px solid hsl(210, 15%, 49%); + border: 1px solid hsl(221, 15%, 49%); border-radius: 4px; - background: hsl(210, 40%, 96%); + background: hsl(221, 40%, 96%); } pre code { font-size: 95%; position: relative; } kbd { - background: hsl(210, 5%, 100%); - border: 1px solid hsl(210, 5%, 70%); + background: hsl(221, 5%, 100%); + border: 1px solid hsl(221, 5%, 70%); border-radius: 2px; padding: 2px 4px; font-size: 75%; @@ -419,7 +419,7 @@ label:hover { cursor: pointer; } body { margin:0; padding: 0; border: 0; max-width: none;} #preamble, #postamble { text-align: center; } #content,.content,#preamble,#postamble { - max-width: 80ch; + max-width: 60ch; overflow: hidden; margin: 0 auto; } @@ -431,7 +431,7 @@ footer { margin: 3em 0; padding: 1em 0; border-top: solid 1px; border-bottom: so td { border-bottom: none; padding: .2rem; } table { margin-top: 1rem; } nav { text-align: center; padding: 2em 0; } -pre { line-height: 1em; } +pre { line-height: 1em; font-size: 0.8em; } :root { --b03: #2E3440; @@ -466,7 +466,7 @@ pre { line-height: 1em; } @media (prefers-color-scheme: dark) { :root { - --bg: black; + --bg: hsl(221,25%,13%); --rbg: var(--b03); --fg: var(--b1); --fg0: var(--b00); @@ -475,8 +475,8 @@ pre { line-height: 1em; } } img { filter: brightness(0.7) saturate(0.5); } pre { - background: hsl(210,40%,15%); - border-color: hsl(210,15%,43%); + background: hsl(221,25%,15%); + border-color: hsl(221,25%,23%); } } @@ -493,13 +493,13 @@ input#l:checked ~ div img { filter: none; } input#l:checked ~ div pre { - border: 1px solid hsl(210, 15%, 49%); - background: hsl(210, 40%, 96%); + border: 1px solid hsl(221, 15%, 49%); + background: hsl(221, 40%, 96%); } /* dark checked */ input#d:checked ~ div { - --bg: hsl(210,20%,2%); + --bg: hsl(221,20%,15%); --rbg: var(--b03); --fg: var(--b1); --fg0: var(--b00); @@ -510,8 +510,8 @@ input#d:checked ~ div img { filter: brightness(0.7) saturate(0.5); } input#d:checked ~ div pre { - background: hsl(210,40%,15%); - border-color: hsl(210,15%,43%); + background: hsl(221,40%,15%); + border-color: hsl(221,15%,43%); } body, body > div { diff --git a/src/index.org b/src/index.org index a613d7d..a916b36 100644 --- a/src/index.org +++ b/src/index.org @@ -37,7 +37,6 @@ I work in Clojure and use Haskell/Purescript during the weekends. | programs | [[https://gitea.esy.fun/yogsototh][gitea.esy.fun]] | [[https://github.com/yogsototh][github/yogsototh]] | | bookmarks | [[https://espial.esy.fun/u:yogsototh][espial.esy.fun]] | [[https://pinboard.in/u:yogsototh][pinboard/u:yogsototh]] | | microblog | [[https://espial.esy.fun/u:yogsototh/notes][espial.esy.fun]] | [[https://twitter.com/yogsototh][twitter/@yogsototh]] | -| keybase | . . . . . . . . | [[https://keybase.io/yogsototh][yogsototh]] | | lobste.rs | . . . . . . . . | [[https://lobste.rs/u/yogsototh][/u/yogsototh]] | | reddit | . . . . . . . . | [[https://reddit.com/u/yogsototh][/u/yogsototh]] | | stack overflow | . . . . . . . . | [[https://stackoverflow.com/users/40569/yogsototh][yogsototh]] |