Sepitus-exe / WKElementaryDark

A user css theme for the wanikani domain
MIT License
3 stars 1 forks source link

Stroker order has wrong color and text shadow #122

Open wrex opened 1 year ago

wrex commented 1 year ago

I think maybe it's just the first unexpanded info section, but I noticed "Stroke Order" was ugly today:

Screenshot 2023-03-31 at 9 39 11 AM

I think we need to add something like:

.item-info-injector-accordion > button {
    color: var(--ED-text);
    text-shadow: none;
}
wrex commented 1 year ago

Oh! I forgot this was added by the Stroke Order user script.

It needs to go into that stylesheet.

wrex commented 1 year ago

Actually, scratch that. It affects any scripts that add an accordion section. The fix belongs in the main stylesheet.