diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 13 |
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; +} + |