remove style blur in user card

This commit is contained in:
Kostya
2023-11-19 13:19:31 +03:00
parent bbbd662a10
commit 291131d474

View File

@@ -1,5 +1,6 @@
.header { .header {
margin-top: 4px; margin-top: 4px;
user-select: none;
} }
.header__content { .header__content {
@@ -108,7 +109,7 @@
font-family: Montserrat; font-family: Montserrat;
border-radius: 8px; border-radius: 8px;
background: #30323E; background: #30323E;
filter: blur(.4px); text-decoration: none;
padding: 6px 2px 6px 2px; padding: 6px 2px 6px 2px;
} }