Add
your line
One selector. One declaration. Once a day. It joins the end of the stylesheet, so it beats anything before it that styled the same thing.
The rules of the house
- One selector, and no commas.
- One declaration, and no semicolon-separated lists.
- No
!important. Win on specificity instead. - No
url()orcontent. Nothing loads a remote file or injects text. - Elements are numbered by the day they appeared:
#el-1,#el-2, and so on. - The house adds a line of its own every day, right after the new element.
Most recent
10 lines
-
House
a{text-decoration-thickness:2px} -
House
aside{border-inline-start:2px solid currentColor} -
House
h4{letter-spacing:.08em} -
House
kbd{border:1px solid currentColor} -
House
dt{font-weight:700} -
House
ul{list-style-type:square} -
House
abbr{cursor:help} -
House
h3{text-decoration:underline} -
House
strong{font-weight:900} -
House
hr{border-top-style:dashed}