Just realised that lists are/have not been styled.
This commit is contained in:
Pheng Heong, Tan 2020-06-28 10:06:36 +08:00
parent 1d0ee7aa25
commit 277d69431e

View File

@ -25,7 +25,7 @@ body {
font-family: monospace; font-family: monospace;
} }
p { p, ul, ol {
color: var(--base0); color: var(--base0);
} }