mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
Merge pull request #2 from marekvospel/remove-fireox-notice
chore: remove firefox-notice
This commit is contained in:
commit
26c6baa77e
1 changed files with 0 additions and 9 deletions
|
|
@ -53,7 +53,6 @@
|
|||
<Button href="/posts">blog</Button>
|
||||
</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>
|
||||
<h2>
|
||||
|
|
@ -243,14 +242,6 @@
|
|||
<Bottombar />
|
||||
|
||||
<style>
|
||||
.firefox-notice {
|
||||
display: none;
|
||||
}
|
||||
@supports (-moz-appearance:none) {
|
||||
.firefox-notice {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
img.white {
|
||||
background: white;
|
||||
border-radius: 50%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue