#Less weirdly colored Read all Button
1 messages · Page 1 of 1 (latest)
button[class*="button"][class*="lookFilled"][class*="colorBrand"][class*="sizeMin"] {
background-color: var(--background-primary);
}
button[class*="button"][class*="lookFilled"][class*="colorBrand"][class*="sizeMin"]:hover {
background-color: var(--brand-experiment);
}
also this selector is really bad
ul[data-list-id="guildsnav"] button {
background-color: var(--background-primary) !important;
}
you might have to make this more specific
why change it to a import
love using imports in quickcss, it's theme with slightly more steps
U can think of themes as quickcss but heavily limited
How are themes more limited than quickcss?
Thanks for this. It looks nicer now
whoops wrong thread sorry :(