apply blur to header

This commit is contained in:
Joseph Hutchinson
2018-03-27 15:39:32 -04:00
parent 9df0661610
commit 4d0f0ff0d0

View File

@@ -21,6 +21,7 @@ strong {
padding: 0.45em 0; padding: 0.45em 0;
text-align: center; text-align: center;
background-color: rgba(255, 255, 255, 0.97); background-color: rgba(255, 255, 255, 0.97);
-webkit-backdrop-filter: blur(0.5em);
box-shadow: 0 0 0.35em 0 rgba(0, 0, 0, 0.07); box-shadow: 0 0 0.35em 0 rgba(0, 0, 0, 0.07);
} }
.nav-header { .nav-header {