1
Fork 0

add blur owo :3

This commit is contained in:
ashley 2024-07-24 10:41:18 +00:00
parent dae6282b85
commit 49429389ad

View file

@ -573,7 +573,8 @@ a.avatar {
border-radius: 8px;
font-family: "Montserrat", sans-serif;
box-shadow: var(--border-color) 0 0 5px;
background-color: var(--context-menu-background);
background-color: #222022d6;
backdrop-filter: blur(20px);
}
.dropdown__item {