summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-01-11 08:11:55 -0500
committerknolax <1339802534.kk@gmail.com>2018-01-11 08:11:55 -0500
commitd2476624e7b82452f558d1f74b6e68c4c2ead71f (patch)
tree14cadb2e1d9a7e2b261d2228203807b4b7b640fe /style.css
parent0ef22c1ec38eb33efe32d57606f6842ff89bf0b7 (diff)
changed the font to one that's more legible, albeit less stylish.
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 75c5bc6..9764648 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
* {
- font-family: Courier, monospace;
+ font-family: Console, monospace;
color: #000000;
margin: 0px; /*default margins get in the way*/
}