solarized-everything-css/css/solarized-hackernews-dark.css

85 lines
2.0 KiB
CSS
Raw Normal View History

* {
border-color: #657b83 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
body {
background-color: #002b36 !important;
color: #839496 !important;
}
html {
background-color: #002b36 !important;
}
input,
textarea {
background-color: #073642 !important;
color: #839496 !important;
}
blockquote,
pre {
background-color: #073642 !important;
color: #839496 !important;
}
2017-04-07 15:26:46 +00:00
table {
background-color: #002b36 !important;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table,
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table {
2015-10-04 03:51:07 +00:00
background-color: #cb4b16 !important;
}
2017-04-07 15:26:46 +00:00
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) a,
#hnmain > tbody:nth-child(1) > tr:nth-child(1) a {
color: #000 !important;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2),
#hnmain > tbody:nth-child(1) > tr:nth-child(2) {
background-color: #002b36 !important;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(2) {
background-color: #002b36 !important;
2015-10-04 03:51:07 +00:00
}
.title a {
color: #839496 !important;
}
2017-04-10 13:30:08 +00:00
.title a:visited {
color: #586e75 !important;
}
2017-04-07 15:26:46 +00:00
a.storylink {
color: #93a1a1 !important;
font-weight: bold;
}
.sitestr {
color: #268bd2 !important;
}
2015-10-04 03:51:07 +00:00
#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) {
background-color: #002b36 !important;
}
#hnmain .comhead {
color: #93a1a1 !important;
}
#hnmain .c00 {
color: #839496 !important;
}
2017-04-07 15:26:46 +00:00
#hnmain a.hnuser {
color: #b58900 !important;
}
#hnmain span.age a {
color: #586e75 !important;
}
.cdd {
color: rgba(255,54,43,0.65) !important;
}
.comment i {
color: #586e75 !important;
}
2015-10-04 03:51:07 +00:00
#hnmain > tbody:nth-child(1) > tr:nth-child(4) {
2017-04-07 15:26:46 +00:00
background-color: #002b36 !important;
2015-10-04 03:51:07 +00:00
}
#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;
}