solarized-everything-css/css/solarized-generic-light.css

19 lines
292 B
CSS
Raw Normal View History

2015-10-01 09:49:47 +00:00
* {
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;
}
2015-10-01 11:06:35 +00:00
pre {
background-color: #eee8d5 !important;
}