theme meta tag and todo item

This commit is contained in:
Pagwin 2024-11-11 01:13:48 -05:00
parent 9145ac2563
commit cd63c353f7
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 4 additions and 0 deletions

2
TODO
View file

@ -1,5 +1,7 @@
get RSS feed up and running (add utm stuff) get RSS feed up and running (add utm stuff)
make post list datetime elem in dd so html spec is happy (need css so it can be repositioned back to the right)
emphasize category viewer is in via different header color emphasize category viewer is in via different header color
post jump points and table of contents (be wary of having this take up too much space on mobile) post jump points and table of contents (be wary of having this take up too much space on mobile)

View file

@ -12,6 +12,8 @@
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap" href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"> rel="stylesheet">
<meta name="theme-color" content="#1c1b19" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#e2e3e5" media="(prefers-color-scheme: light)">
<link rel="stylesheet" type="text/css" href="/static/css/layout.css" /> <link rel="stylesheet" type="text/css" href="/static/css/layout.css" />
<link rel="stylesheet" type="text/css" href="/static/css/colors.css" /> <link rel="stylesheet" type="text/css" href="/static/css/colors.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/index.xml">