summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorj-james2020-05-02 00:01:38 +0000
committerj-james2020-05-02 00:01:38 +0000
commite96bba792b137b521b728cc9a24354351e406385 (patch)
tree328836b1e4d1a0654b524198ffed2417a2efb8c6 /css
parentbe2a61bae8eb08ab8104b2ba1201b024e09157d3 (diff)
Switch fonts
Diffstat (limited to 'css')
-rw-r--r--css/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 40a8c17..770b979 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1 +1,12 @@
-/* empty */
+body {
+ font-family: /*"Fira Code",*/ "Courier New", monospace;
+}
+
+a {
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+