diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-07-02 17:38:29 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-07-02 17:38:29 +0300 |
commit | 84169cc00825ff294498f380e0ec28b0bd088c27 (patch) | |
tree | 146ca36efbf2ba487056d6412724e962edccdec7 /style.css | |
parent | fix: links (diff) |
feat: revamp
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
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 { |