From 1e81791d10271c3e3828a92a01a3aba6a74f9ba8 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 11 Aug 2023 00:59:50 +1000 Subject: Added ability to tag media --- Pages/Shared/_Layout.cshtml.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pages/Shared/_Layout.cshtml.css') diff --git a/Pages/Shared/_Layout.cshtml.css b/Pages/Shared/_Layout.cshtml.css index 337ec17..22e36db 100644 --- a/Pages/Shared/_Layout.cshtml.css +++ b/Pages/Shared/_Layout.cshtml.css @@ -4,12 +4,14 @@ } div#navbar > a { + color: white; display: inline-block; padding: 20px 20px 20px 20px; } div#navbar > a:hover { background: rgba(255, 255, 255, 0.4); + filter: none; } div#navbar > a:active { -- cgit v1.3