mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Veo tan dentro que me vuelve loco
This commit is contained in:
@@ -174,13 +174,13 @@
|
|||||||
background-color: lightgray !important;
|
background-color: lightgray !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="tableRow"]:hover > *,
|
[class^="tableRow"]:hover>*,
|
||||||
[data-test-is-playing="true"] > * {
|
[data-test-is-playing="true"]>* {
|
||||||
color: var(--wave-color-solid-accent-fill) !important;
|
color: var(--wave-color-solid-accent-fill) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="tableRow"] > *,
|
[class^="tableRow"]>*,
|
||||||
[data-test-is-playing="false"] > * {
|
[data-test-is-playing="false"]>* {
|
||||||
color: lightgray !important;
|
color: lightgray !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -329,7 +329,8 @@ button[data-test="close-now-playing"]:hover {
|
|||||||
padding-bottom: 60px !important;
|
padding-bottom: 60px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-test="query-suggestions"], [data-test="recent-searches-container"] {
|
[data-test="query-suggestions"],
|
||||||
|
[data-test="recent-searches-container"] {
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
@@ -342,21 +343,21 @@ button[data-test="close-now-playing"]:hover {
|
|||||||
border: 1px solid var(--wave-color-opacity-contrast-fill-ultra-thin) !important;
|
border: 1px solid var(--wave-color-opacity-contrast-fill-ultra-thin) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="lyricsText--"] > span[class*="active--"] {
|
[class*="lyricsText--"]>span[class*="active--"] {
|
||||||
text-shadow: 0 0 2px #fff, 0 0 20px #fff;
|
text-shadow: 0 0 2px #fff, 0 0 20px #fff;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
transition-duration: 0.7s;
|
transition-duration: 0.7s;
|
||||||
font-size: 60px;
|
font-size: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="lyricsText--"] > span {
|
[class*="lyricsText--"]>span {
|
||||||
text-shadow: 0 0 0px transparent, 0 0 0px transparent;
|
text-shadow: 0 0 0px transparent, 0 0 0px transparent;
|
||||||
transition-duration: 0.25s;
|
transition-duration: 0.25s;
|
||||||
color: rgba(128, 128, 128, 0.4);
|
color: rgba(128, 128, 128, 0.4);
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="lyricsText--"] > span:hover {
|
[class*="lyricsText--"]>span:hover {
|
||||||
text-shadow: 0 0 2px lightgray, 0 0 20px lightgray;
|
text-shadow: 0 0 2px lightgray, 0 0 20px lightgray;
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user