Merge pull request #2 from marekvospel/remove-fireox-notice

chore: remove firefox-notice
This commit is contained in:
Daniel Bulant 2022-09-29 10:16:12 +02:00 committed by GitHub
commit 26c6baa77e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,6 @@
<Button href="/posts">blog</Button> <Button href="/posts">blog</Button>
</div> </div>
</div> </div>
<p class="center firefox-notice">Firefox (and it's 3.4% users) doesn't support background blur. This website is better viewed on a more modern browser.</p>
<div class="projects" id="projects"> <div class="projects" id="projects">
<div> <div>
<h2> <h2>
@ -243,14 +242,6 @@
<Bottombar /> <Bottombar />
<style> <style>
.firefox-notice {
display: none;
}
@supports (-moz-appearance:none) {
.firefox-notice {
display: block !important;
}
}
img.white { img.white {
background: white; background: white;
border-radius: 50%; border-radius: 50%;