1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 12:43:30 -05:00

add secret-theme :3

This commit is contained in:
Ashley 2023-01-23 05:31:41 +00:00
parent 7b4ae23ddc
commit 632cec9be3

View file

@ -718,5 +718,8 @@ marquee {
object-fit:none; object-fit:none;
} }
#secret-theme:target{
background: linear-gradient(180deg, #5BCEFA 20%, #F5A9B8 20%, 40%, #FFFFFF 40%, 60%, #F5A9B8 60%, 80%, #5BCEFA 80%);
}