From 76d8fb03147fa6f3084d8f8fa4508d1f2b657a19 Mon Sep 17 00:00:00 2001 From: Iris System Date: Tue, 8 Jun 2021 03:58:31 +1200 Subject: [PATCH] add link styling --- styles.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles.scss b/styles.scss index eb85a83..3aef857 100644 --- a/styles.scss +++ b/styles.scss @@ -22,6 +22,17 @@ body font-family: sans-serif; } +a +{ + color: #007fff; + + &:hover, + &:focus + { + text-decoration-thickness: 2px; + } +} + .container { height: 100%;