gmail label aesthetics / uBlock
1uBlock Origin
2
3removes the INBOX label that's automatically added when you use the multiple inbox option:
4mail.google.com##.at[title="Inbox"]
5
6changes a label bg colour; in this case, it's a radial gradient:
7mail.google.com##.at[title="LABEL NAME"]:style(background: radial-gradient(circle, rgba(190,67,121,1) 0%, rgba(87,0,168,1) 100%); !important;)
8
9changes the text of labels; in this case, it adds a fake stroke text border:
10mail.google.com##.at[title="LABEL NAME"]:style(text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989993px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756803px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279416px 0px; font-style: italic; !important;)
11
12^ i tend to use those bold text generators for label names because i'm lazy, but if i fiddled around with it more i bet you could just change the font.