feat: change all fonts to monospace
This commit is contained in:
parent
6665998008
commit
9b05e99af8
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
This stylesheet contains all styles which are
|
||||
the same across both themes.
|
||||
*/
|
||||
* {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue