cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agoWrapperlemmy.mlexternal-linkmessage-square15fedilinkarrow-up1365arrow-down15
arrow-up1360arrow-down1external-linkWrapperlemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square15fedilink
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up5·edit-22 days 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, somep
anda
too). A text element needs no background-color, that’s a container-element thing.