mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:34:40 -05:00
add blur bg :3
This commit is contained in:
parent
0b2917e40d
commit
319bdd20c8
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ margin-bottom: 2px;
|
||||||
font-family: var(--text-font-primary);
|
font-family: var(--text-font-primary);
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
font-stretch: ultra-expanded;
|
font-stretch: ultra-expanded;
|
||||||
|
background-color: #222022d6;
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue