diff --git a/public/css/global.css b/public/css/global.css index 693452b..cce8b31 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -2,6 +2,10 @@ This stylesheet contains all styles which are the same across both themes. */ +* { + font-family: monospace; +} + ul { list-style-type: square; }