todo item and darker dark theme

This commit is contained in:
Pagwin 2024-12-06 21:49:28 -05:00
parent c1b66989ea
commit 8d3aadb544
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 4 additions and 3 deletions

1
TODO
View file

@ -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)

View file

@ -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);