solarized-everything-css/css/solarized-planet.emacsen.org-dark.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

62 lines
1.1 KiB
CSS

* {
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;
}
div#page div#header {
background-color: #002b36 !important;
}
div#page div#header a {
color: #6c71c4 !important;
}
.post {
background-color: #002b36 !important;
}
.post * {
overflow: auto !important;
}
.post h2 {
background-color: #073642 !important;
}
.post h2 a {
color: #93a1a1 !important;
}
.post div.entry {
background-color: #002b36 !important;
color: #839496 !important;
}
.post div.entry blockquote {
background-color: #073642 !important;
}
.post div.entry kbd {
background-color: #073642 !important;
border-color: #586e75 !important;
box-shadow: none !important;
color: #93a1a1 !important;
text-shadow: 0px 1px 0px #000 !important;
}
.post pre.mode-line {
overflow: visible !important;
}