cm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agoWrapperlemmy.mlimagemessage-square16fedilinkarrow-up1380arrow-down15
arrow-up1375arrow-down1imageWrapperlemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agomessage-square16fedilink
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up6·edit-21 month agoI have this in one of my global userstyles: #page, #Body, .Item /* please stay away from web dev */ And then there are things like <div class="h1" (and actual h1) with background-color (well, some p and a too). A text element needs no background-color, that’s a container-element thing.
I have this in one of my global userstyles:
#page, #Body, .Item /* please stay away from web dev */And then there are things like
<div class="h1"(and actual h1) with background-color (well, somepandatoo). A text element needs no background-color, that’s a container-element thing.