diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-10 01:56:12 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-18 10:59:32 +1000 |
| commit | 812eae0b5b75f24adebfe6347ecda26c04b8181b (patch) | |
| tree | e99812d57ef7ae4c8afe9bf83e61ca83ef375b36 /Pages/Shared/_Layout.cshtml.css | |
| parent | 5247aa5a136fcf48d80c8e75625ae773a14fbd26 (diff) | |
Added ability to tag media
Diffstat (limited to 'Pages/Shared/_Layout.cshtml.css')
| -rw-r--r-- | Pages/Shared/_Layout.cshtml.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Pages/Shared/_Layout.cshtml.css b/Pages/Shared/_Layout.cshtml.css index 5b2ba65..22e36db 100644 --- a/Pages/Shared/_Layout.cshtml.css +++ b/Pages/Shared/_Layout.cshtml.css @@ -4,15 +4,21 @@ } 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 { background: #fff; color: var(--col-navbar-bg); +} + +#content { + flex: 1 1 calc(100vh - 119px); }
\ No newline at end of file |
