mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 05:18:56 +01:00
add blur owo :3
This commit is contained in:
parent
98a0799e27
commit
6842c3c622
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@
|
||||||
}
|
}
|
||||||
.popup {
|
.popup {
|
||||||
display: none;
|
display: none;
|
||||||
|
background-color: #241c1cab;
|
||||||
|
backdrop-filter: blur(31px);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in a new issue