feat: change all fonts to monospace

This commit is contained in:
Roscoe 2023-06-21 01:49:03 +01:00 committed by GitHub
parent 6a2851447c
commit 6feda31d56

View file

@ -2,6 +2,10 @@
This stylesheet contains all styles which are
the same across both themes.
*/
* {
font-family: monospace;
}
ul {
list-style-type: square;
}