solarized-everything-css/css/solarized-hackernews-light.css
Adam Porter e2104657d8 Reorganize files
Now correctly including generic.styl in all other sheets.  This was
quite a mess to figure out because of the way Stylus handles
imports/requires.  IIRC, Less doesn't work this way, but, of course,
Less is much more limited than Stylus.
2015-10-14 15:52:12 -05:00

51 lines
1.1 KiB
CSS

* {
border-color: #839496 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
body {
background-color: #fdf6e3 !important;
color: #657b83 !important;
}
html {
background-color: #fdf6e3 !important;
}
input,
textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
blockquote,
pre {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
background-color: #cb4b16 !important;
}
#hnmain 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;
}