solarized-everything-css/css/solarized-generic-light.css
2015-10-01 06:31:51 -05:00

20 lines
304 B
CSS

* {
border-color: #839496 !important;
}
a {
color: #268bd2 !important;
}
body {
background-color: #fdf6e3 !important;
color: #657b83 !important;
}
input,
textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
blockquote,
pre {
background-color: #eee8d5 !important;
}