mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-18 15:25:32 +00:00
36 lines
727 B
CSS
36 lines
727 B
CSS
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;
|
|
}
|