css: make dark mode colors easier on the eyes

subjectively
This commit is contained in:
mehbark 2026-01-30 00:42:23 -05:00
parent dc2449769e
commit 1b5bb837ea
Signed by: mbk
GPG key ID: E333EC1335FFCCDB

View file

@ -77,8 +77,8 @@ main {
} }
body { body {
--fg: #f6f6f6; --fg: #f2ebe6;
--bg: #040402; --bg: #0d0c02;
--light: #aeaeae; --light: #aeaeae;
--accent: #fff831; --accent: #fff831;
--accent2: #b94d04; --accent2: #b94d04;
@ -105,6 +105,10 @@ ol {
margin-inline: auto; margin-inline: auto;
} }
ul {
list-style: circle;
}
li > p { li > p {
width: 100%; width: 100%;
} }