solarized-everything-css/css/solarized-disqus-light.css

34 lines
574 B
CSS
Raw Normal View History

* {
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;
}
2015-10-02 07:13:00 +00:00
.post-actions {
background-color: #eee8d5 !important;
}
.textarea-wrapper {
background-color: #fdf6e3 !important;
color: #657b83 !important;
}