From 84169cc00825ff294498f380e0ec28b0bd088c27 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 2 Jul 2022 17:38:29 +0300 Subject: feat: revamp --- style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'style.css') 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 { -- cgit 1.4.1