You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
solarized-everything-css/sites/hackernews.styl

32 lines
671 B
Stylus

// ** Header
#hnmain
> tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
background-color orange
a
color emphasized
// ** Articles
.title
a
color()
// ** Comments
#hnmain
> tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1)
background-color()
.comhead
color emphasized
.c00
color()
// ** Footer
#hnmain
> tbody:nth-child(1) > tr:nth-child(4)
background-color highlight
> td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
// Orange bar
background-color orange