mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-15 00:12:44 +00:00
85 lines
2.0 KiB
CSS
85 lines
2.0 KiB
CSS
* {
|
|
border-color: #fabd2f !important;
|
|
}
|
|
a {
|
|
color: #458588 !important;
|
|
}
|
|
a:visited {
|
|
color: #d3869b !important;
|
|
}
|
|
body {
|
|
background-color: #282828 !important;
|
|
color: #83a598 !important;
|
|
}
|
|
html {
|
|
background-color: #282828 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #3c3836 !important;
|
|
color: #83a598 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #3c3836 !important;
|
|
color: #83a598 !important;
|
|
}
|
|
table {
|
|
background-color: #282828 !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 {
|
|
background-color: #fb4934 !important;
|
|
}
|
|
#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: #282828 !important;
|
|
}
|
|
#hnmain > tbody:nth-child(1) > tr:nth-child(2) {
|
|
background-color: #282828 !important;
|
|
}
|
|
.title a {
|
|
color: #83a598 !important;
|
|
}
|
|
.title a:visited {
|
|
color: #b8bb26 !important;
|
|
}
|
|
a.storylink {
|
|
color: #8ec07c !important;
|
|
font-weight: bold;
|
|
}
|
|
.sitestr {
|
|
color: #458588 !important;
|
|
}
|
|
#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) {
|
|
background-color: #282828 !important;
|
|
}
|
|
#hnmain .comhead {
|
|
color: #8ec07c !important;
|
|
}
|
|
#hnmain .c00 {
|
|
color: #83a598 !important;
|
|
}
|
|
#hnmain a.hnuser {
|
|
color: #d79921 !important;
|
|
}
|
|
#hnmain span.age a {
|
|
color: #b8bb26 !important;
|
|
}
|
|
.cdd {
|
|
color: rgba(255,34,23,0.65) !important;
|
|
}
|
|
.comment i {
|
|
color: #b8bb26 !important;
|
|
}
|
|
#hnmain > tbody:nth-child(1) > tr:nth-child(4) {
|
|
background-color: #282828 !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: #fb4934 !important;
|
|
}
|