mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
ambient background thing and change song
This commit is contained in:
parent
a7e2338335
commit
4fe7a03796
8 changed files with 162 additions and 47 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue