Fix header, category buttons styles (moz)
This commit is contained in:
parent
daab53f359
commit
445e067d15
@ -6,7 +6,7 @@
|
||||
border: tovw(1px, 'default', 1px) solid var(--color-white);
|
||||
border-radius: tovw(4px, 'default', 4px);
|
||||
padding: 0 tovw(8px, 'default', 8px);
|
||||
max-width: fit-content;
|
||||
width: fit-content;
|
||||
height: tovw(32px, 'default', 32px);
|
||||
text-transform: uppercase;
|
||||
line-height: tovw(16px, 'default', 16px);
|
||||
|
||||
@ -11,6 +11,10 @@
|
||||
width: 100%;
|
||||
backdrop-filter: blur(20px);
|
||||
|
||||
@-moz-document url-prefix("") {
|
||||
background-color: var(--color-black);
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user