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/css/solarized-hackernews-light.css

25 lines
669 B
CSS

9 years ago
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
background-color: #cb4b16 !important;
}
a {
color: #586e75 !important;
}
.title a {
color: #657b83 !important;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) {
background-color: #fdf6e3 !important;
}
#hnmain .comhead {
color: #586e75 !important;
}
#hnmain .c00 {
color: #657b83 !important;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(4) {
background-color: #eee8d5 !important;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
background-color: #cb4b16 !important;
}