diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte index 026b8e4..233cea8 100644 --- a/src/lib/components/navbar.svelte +++ b/src/lib/components/navbar.svelte @@ -38,6 +38,14 @@ background: rgba(255,255,255, 0.2); backdrop-filter: blur(10px); } + @supports (-moz-appearance:none) { + .bar { + background: rgba(255,255,255,0.9) !important; + } + .dark.bar { + background: rgba(28, 28, 33, 0.9) !important; + } + } @media (max-width: 400px) { .bar { width: 100vw; diff --git a/src/lib/components/project.svelte b/src/lib/components/project.svelte index 57e28dc..88e9bdf 100644 --- a/src/lib/components/project.svelte +++ b/src/lib/components/project.svelte @@ -81,6 +81,11 @@ background-color: rgba(0,0,0,0.2); color: rgb(214, 214, 214); } + @supports (-moz-appearance:none) { + .desc { + background: rgba(0,0,0,0.9) !important; + } + } .desc.extradark { background-color: rgba(0,0,0,0.4); } diff --git a/src/lib/components/technologyDetails.svelte b/src/lib/components/technologyDetails.svelte index 9325865..44e1d10 100644 --- a/src/lib/components/technologyDetails.svelte +++ b/src/lib/components/technologyDetails.svelte @@ -1,4 +1,6 @@ -
Firefox (and it's 3.4% users) doesn't support background blur. This website is better viewed on a more modern browser.