mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-15 00:12:44 +00:00
34 lines
574 B
CSS
34 lines
574 B
CSS
* {
|
|
border-color: #fabd2f !important;
|
|
}
|
|
a {
|
|
color: #458588 !important;
|
|
}
|
|
a:visited {
|
|
color: #d3869b !important;
|
|
}
|
|
body {
|
|
background-color: #282828 !important;
|
|
color: #83a598 !important;
|
|
}
|
|
html {
|
|
background-color: #282828 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #3c3836 !important;
|
|
color: #83a598 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #3c3836 !important;
|
|
color: #83a598 !important;
|
|
}
|
|
.post-actions {
|
|
background-color: #3c3836 !important;
|
|
}
|
|
.textarea-wrapper {
|
|
background-color: #282828 !important;
|
|
color: #83a598 !important;
|
|
}
|