summaryrefslogtreecommitdiff
path: root/Pages/Shared
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/Shared')
-rw-r--r--Pages/Shared/_Layout.cshtml.css2
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 {