build fix

This commit is contained in:
Igor Lobanov 2023-11-04 16:46:55 +01:00
parent d82e7964c3
commit 03a0556015
2 changed files with 2 additions and 2 deletions

View File

@ -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%;

View File

@ -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;
}