aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/global.css4
1 files changed, 4 insertions, 0 deletions
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;
}