mirror of
https://github.com/Motschen/Retroblur.git
synced 2025-12-16 04:55:09 +01:00
Remove shadows, add more blur!
This commit is contained in:
11
user.css
11
user.css
@@ -26,6 +26,9 @@ body {
|
|||||||
color: var(--spice-subtext);
|
color: var(--spice-subtext);
|
||||||
opacity: 70%;
|
opacity: 70%;
|
||||||
}
|
}
|
||||||
|
.X1lXSiVj0pzhQCUo_72A, .X1lXSiVj0pzhQCUo_72A:hover {
|
||||||
|
color: var(--spice-button);
|
||||||
|
}
|
||||||
.encore-dark-theme {
|
.encore-dark-theme {
|
||||||
--background-base: var(--spice-button);
|
--background-base: var(--spice-button);
|
||||||
}
|
}
|
||||||
@@ -38,6 +41,12 @@ body {
|
|||||||
margin-left:15.5px;
|
margin-left:15.5px;
|
||||||
border-radius: 15%;
|
border-radius: 15%;
|
||||||
}
|
}
|
||||||
|
.eSMjmiD29Ox35O95waw6:after, .eSMjmiD29Ox35O95waw6:before {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
.McwcCfBLSuXa5UDU1IMw {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.n87ifzfQlmGX8vkeYGDL {
|
.n87ifzfQlmGX8vkeYGDL {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
@@ -75,7 +84,7 @@ body {
|
|||||||
.gSLhUO:hover, .main-playButton-PlayButton.main-playButton-primary:hover, .main-pageErrorTemplate-errorButton:hover, div.GlueDropTarget.personal-library >*.active:hover, .main-rootlist-rootlistItemLink.main-rootlist-rootlistItemLinkActive:hover, .main-navBar-navBarLinkActive:hover, .control-button-heart:hover, .gHYQaG:hover, .iaAUvZ:hover {
|
.gSLhUO:hover, .main-playButton-PlayButton.main-playButton-primary:hover, .main-pageErrorTemplate-errorButton:hover, div.GlueDropTarget.personal-library >*.active:hover, .main-rootlist-rootlistItemLink.main-rootlist-rootlistItemLinkActive:hover, .main-navBar-navBarLinkActive:hover, .control-button-heart:hover, .gHYQaG:hover, .iaAUvZ:hover {
|
||||||
animation: fadingGlow 1s ease 0.5 forwards !important;
|
animation: fadingGlow 1s ease 0.5 forwards !important;
|
||||||
}
|
}
|
||||||
a:hover, .main-trackList-rowPlayPauseButton:hover {
|
a:hover, .main-trackList-rowPlayPauseButton:hover, svg:hover {
|
||||||
animation: fadingGlowWhite 1s ease 0.5 forwards;
|
animation: fadingGlowWhite 1s ease 0.5 forwards;
|
||||||
}
|
}
|
||||||
@keyframes speaker {
|
@keyframes speaker {
|
||||||
|
|||||||
Reference in New Issue
Block a user