Relapse: Refill - Eminem

This commit is contained in:
Vozer
2022-06-08 14:32:25 -05:00
committed by GitHub
parent cf2748713d
commit fbd4b69470
5 changed files with 21 additions and 6 deletions
+6 -4
View File
@@ -14,18 +14,20 @@
--accent: rgb(26, 129, 251);
--accent-hover: rgba(0, 78, 174, 0.977);
--accent-selected: rgb(26, 129, 251, 0.612);
} */
}*/
/* Red
/* Red */
:root {
--accent: rgb(237, 60, 68);
--accent-hover: rgb(237, 60, 68, 0.977);
--accent-selected: rgb(237, 60, 68, 0.612);
} */
}
/* Pink */
/* Pink
:root {
--accent: rgb(248, 74, 156);
--accent-hover: rgba(248, 74, 156, 0.977);
--accent-selected: rgb(248, 74, 156, 0.612);
}
*/
+5
View File
@@ -76,3 +76,8 @@ backdrop-filter: blur(10px);
border-radius: 5px;
background: rgba(41, 38, 39, 0.276);
}
/* Empty Channel Icon */
.emptyChannelIcon-1YdEz2 {
background-color: var(--accent);
}
+1 -1
View File
@@ -99,7 +99,7 @@
background: rgba(0, 0, 0, 0.933);
}
.button-1zW0-r {
background-color: rgba(26, 127, 251, 0.358);
background-color: var(--accent-selected);
backdrop-filter: blur(10px);
}
+5
View File
@@ -103,3 +103,8 @@ display:none;
text-rendering: optimizeLegibility !important;
text-transform: none;
}
/* Links */
:root {
--text-link: var(--accent);
}
+4 -1
View File
@@ -41,8 +41,11 @@
background: linear-gradient(to bottom, rgb(238, 52, 48) 0%,rgb(238, 52, 48) 50%,rgba(238, 52, 48, 0.999) 100%);
font-size: 10px;
}
.iconBackgroundTierNone-3M21Zn, .iconBackgroundTierOne-1S68CI, .iconBackgroundTierThree-2hfNBO, .iconBackgroundTierTwo-2XoNXD {
color: var(--accent);
}
/* Sidebar "selected" Accents */
.side-2ur1Qk .themed-2-lozF.selected-g-kMVV.item-3XjbnG, .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.item-3XjbnG {
background-color: var(--accent) !important;
}
}