summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-07-02 17:38:29 +0300
committerAzat Bahawi <azat@bahawi.net>2022-07-02 17:38:29 +0300
commit84169cc00825ff294498f380e0ec28b0bd088c27 (patch)
tree146ca36efbf2ba487056d6412724e962edccdec7 /style.css
parentfix: links (diff)
feat: revamp
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