mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
Relapse: Refill - Eminem
This commit is contained in:
+6
-4
@@ -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);
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -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
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -103,3 +103,8 @@ display:none;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
:root {
|
||||
--text-link: var(--accent);
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user