Update BlurpleRecolor.css
This commit is contained in:
parent
92a5b1e1ae
commit
1260d38075
|
@ -2485,12 +2485,25 @@ html .powercord-updater .debug-info b {
|
|||
/* ---- 15.3. SERVERSEARCH ---- */
|
||||
|
||||
#server-search .wrapper-25eVIn {
|
||||
background-color: rgb(47, 49, 54) !important;
|
||||
transition: background-color .16s ease-out;
|
||||
background-color: var(--background-primary) !important;
|
||||
transition: background-color .16s ease-out;
|
||||
}
|
||||
#server-search .wrapper-25eVIn:hover {
|
||||
background-color: rgb(var(--accentcolor)) !important;
|
||||
}
|
||||
#server-search .wrapper-25eVIn [fill="white"] {
|
||||
fill: var(--header-primary);
|
||||
}
|
||||
#server-search .wrapper-25eVIn:hover [fill="white"] {
|
||||
fill: #fff;
|
||||
}
|
||||
#server-search .circleIconButton-1QV--U {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
/* ---- 15.4. CHANNELTABS ---- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue