diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-11 00:59:50 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-11 00:59:50 +1000 |
| commit | 1e81791d10271c3e3828a92a01a3aba6a74f9ba8 (patch) | |
| tree | 3246a49440f24c1e1f04691bdfbb2f52229045cf /Pages/Shared/_Layout.cshtml.css | |
| parent | e210a6e4e973adc5d873657ea742ad0d8efd96ae (diff) | |
Added ability to tag media
Diffstat (limited to 'Pages/Shared/_Layout.cshtml.css')
| -rw-r--r-- | Pages/Shared/_Layout.cshtml.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
