mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
add blur owo :3
This commit is contained in:
parent
dae6282b85
commit
49429389ad
1 changed files with 2 additions and 1 deletions
|
@ -573,7 +573,8 @@ a.avatar {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", sans-serif;
|
||||||
box-shadow: var(--border-color) 0 0 5px;
|
box-shadow: var(--border-color) 0 0 5px;
|
||||||
background-color: var(--context-menu-background);
|
background-color: #222022d6;
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown__item {
|
.dropdown__item {
|
||||||
|
|
Loading…
Reference in a new issue