solarized-everything-css/css/solarized-generic-light.css
2015-10-02 07:55:05 -05:00

24 lines
382 B
CSS

* {
border-color: #839496 !important;
}
a {
color: #268bd2 !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;
}