#Lazy guide coloring in yomitan

10 messages · Page 1 of 1 (latest)

lapis ether
#

is there any way to change this color from being green to something else i dont know if this is a part of the yomitan settings for the lazy guide or a dictionary thing but it is really confusing since i use green as a pitch color

earnest jasperBOT
#

<@&1252261403667071056> Lazy guide coloring in yomitan

sharp plume
#
.definition-item[data-dictionary^="Jitendex"] {
    [data-sc-content="example-sentence-a"] .gloss-sc-span {
        color: #FFFFFF !important;
    }
}
#

add this to custom popup css and change the color

lapis ether
sharp plume
#

you could add the css to the card's styling too

[data-sc-content="example-sentence-a"] span {
    color: #FFFFFF !important;
}
#

if you do want it to directly change what gets exported to yomitan I think you can do that by editing the css file in the dictionary zip file but I've never done that before

lapis ether
sharp plume
#

styling tab