summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/style.css b/style.css
index 1e90bf5..9d08044 100644
--- a/style.css
+++ b/style.css
@@ -28,18 +28,15 @@ body {
     color: var(--foreground);
     font-family: monospace;
     font-size: 1.3em;
-    margin-top: 10em;
+    display: table;
     margin-left: auto;
     margin-right: auto;
-    display: table;
+    margin-top: 10em;
+    padding: 3em;
 }
 
 a {
-    color: var(--blue)
-}
-
-a:visited {
-    color: var(--magenta)
+    color: var(--red)
 }
 
 dt {

Consider giving Nix/NixOS a try! <3