feat: change all fonts to monospace

This commit is contained in:
floppydiskette 2023-06-21 01:49:03 +01:00 committed by GitHub
parent 6665998008
commit 9b05e99af8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}