diff --git a/TODO b/TODO index 23c40fe..ea2e229 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ - sitemap - robots.txt +- make overflow behavior in print so scrollbars go away and full content visibl - make h1 elems in article content h2 elems - Fix articles with inline html in them and/or links - post jump points and table of contents (be wary of having this take up too much space on mobile) diff --git a/static/css/colors.css b/static/css/colors.css index 0f0a695..eb2af62 100644 --- a/static/css/colors.css +++ b/static/css/colors.css @@ -4,7 +4,7 @@ @layer baseline{ @media (prefers-color-scheme: dark) { :root { - --bg-color: #1c1b19; + --bg-color: #000; /* * #5ac * */ @@ -12,9 +12,9 @@ --focus-outline-color: #f00; --link-clicked: #B250D8; --link-unclicked: #d80; - --header-bg: #333; + --header-bg: hsl(0,0%,15%); --nav-link-color: #6B0; - --nav-link-bg-color: #444; + --nav-link-bg-color: hsl(0,0%,25%); --content-border-color: #5ac; /*stolen from code theme*/ --blockquote-bg: rgb(29, 31, 33);