1
0
Fork 0
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:
ashley 2024-07-24 14:05:38 +00:00
parent 0b2917e40d
commit 319bdd20c8

View file

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