From b44ca21d876063b7fcf52dbff0b830da63b20f88 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:37:16 -0400 Subject: [PATCH] Update style.css --- css/style.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/css/style.css b/css/style.css index 2a81c19..f9e97bc 100644 --- a/css/style.css +++ b/css/style.css @@ -27,25 +27,25 @@ h1 { margin-bottom: 0px; } - /* unvisited link */ - a:link { - color: #1a940d; - } +/* unvisited link */ +a:link { + color: #1a940d; +} - /* visited link */ - a:visited { +/* visited link */ +a:visited { color: #126409; - } +} - /* mouse over link */ - a:hover { - color: #66ff00; - } +/* mouse over link */ +a:hover { +color: #66ff00; +} - /* selected link */ - a:active { +/* selected link */ +a:active { color: #1a940d; - } +} .navbar ul { font-size: 1rem;