summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2024-10-18 15:30:06 +0200
committeryctct <yctct@yctct.com>2024-10-18 15:30:06 +0200
commit93fc85dde6627403702f4b10973f73fe4dd353da (patch)
treef880becd52cb77280a1ac2aa7534bafbcc0f4079
parent66e2b3e005129243db5826f2232f06df552bf220 (diff)
Add padding, sans-serif, change colors
-rw-r--r--style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/style.css b/style.css
index 1d6766d..2eda368 100644
--- a/style.css
+++ b/style.css
@@ -1,12 +1,13 @@
html, body{
-font-family:inter;
-font-size: 1.2em;
-color: purple;
-background: bisque;
+font-family:sans-serif;
+font-size: 1em;
+color: white;
+background: black;
#text-align: justify;
max-width: 600px;
margin-left: auto;
margin-right: auto;
+padding: 5px;
}
/* unvisited link */
a:link {