summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2025-04-06 17:53:20 +0200
committeryctct <yctct@yctct.com>2025-04-06 17:53:20 +0200
commitd254a390e13a3682a7266cb6883e5c8e3b24a0df (patch)
treef2c24609b6e7f61368e31e77aff2a92d319607fa
parent8e21459e0a1b7aac2fadbab181146f16530db8e1 (diff)
Add CSS file
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 2eda368..eb00ba6 100644
--- a/style.css
+++ b/style.css
@@ -1,8 +1,8 @@
html, body{
-font-family:sans-serif;
+font-family:monospace;
font-size: 1em;
-color: white;
-background: black;
+color: black;
+background: white;
#text-align: justify;
max-width: 600px;
margin-left: auto;