From 25276b1e040b095965d098bd2de435fbd108a564 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:35:22 -0500 Subject: [PATCH] Link adjustments --- src/layouts/partials/navbar.html | 6 +++--- src/static/css/typography.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index 79603cd..b6deb20 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -30,7 +30,7 @@ text-align: center; border:none; text-decoration: none; - color: rgb(255, 255, 255); + color: rgb(225, 225, 225); white-space: nowrap; z-index: 0; } @@ -45,7 +45,7 @@ position: absolute; content: ""; background: rgb(91, 0, 184); - transition-duration: 0.3s; + transition-duration: 0.2s; z-index: -1; inset: 0px auto auto 0px; width: 0px; @@ -70,7 +70,7 @@ - + diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 6146f62..46c7885 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -62,7 +62,7 @@ a{ a:hover{ color: #00ffd0; - text-decoration: underline; + text-decoration: none !important; } /* Breakpoint-Specific Typography */