build fix
This commit is contained in:
parent
d82e7964c3
commit
03a0556015
|
@ -13,7 +13,7 @@
|
|||
z-index: 2;
|
||||
font-weight: 500;
|
||||
transition: 0.6s ease-in-out;
|
||||
background: rgb(white 0.3);
|
||||
background: rgb(255 255 255 / 30%);
|
||||
backdrop-filter: blur(4px);
|
||||
border: 1px solid var(--secondary-color);
|
||||
left: 100%;
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
border-radius: 50%;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
background-color: rgb(black 0.5);
|
||||
background-color: rgb(0 0 0 / 50%);
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user