ambient background thing and change song

This commit is contained in:
zyqunix 2025-05-09 18:13:40 +02:00
parent a7e2338335
commit 4fe7a03796
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
8 changed files with 162 additions and 47 deletions

View file

@ -543,13 +543,19 @@ div[id="name"]::after {
}
#bkIcon,
#fwIcon {
filter: invert(100%);
#fwIcon,
#plIcon {
transition: 0.1s;
margin: 5px;
height: 16px;
}
#bkIcon:not(:hover),
#fwIcon:not(:hover) {
filter: invert(1) brightness(86.6%) grayscale(1) !important;
#ambient-canvas {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
filter: brightness(50%) blur(1000px);
}