From d2d8d7dd494069049b4ab325637c848b772e64b5 Mon Sep 17 00:00:00 2001 From: syn Date: Mon, 7 Mar 2022 12:13:42 +0300 Subject: transition & bigger font for links --- style2.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style2.css b/style2.css index 3177b58..898a73a 100644 --- a/style2.css +++ b/style2.css @@ -18,6 +18,7 @@ body { padding-left: 2em; padding-right: 2em; padding-top: 50px; + font-size: 1.1em; } body { @@ -34,6 +35,11 @@ body { a { color: #efbfdf; text-decoration: none; + transition: 300ms; +} + +a:hover { + color: #9fbfdf; } .svg2764 { -- cgit v1.2.1-18-gbd029