#Less weirdly colored Read all Button

1 messages · Page 1 of 1 (latest)

clever onyx
#

u should use discord's css vars

#

var(--background-primary) i think;

odd wolf
#
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);
}
clever onyx
#

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

teal wagon
#

love using imports in quickcss, it's theme with slightly more steps

dense hearth
iron cedar
#

How are themes more limited than quickcss?

modern vector
#

Thanks for this. It looks nicer now

golden cedar
#

whoops wrong thread sorry :(