mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-16 21:26:15 +00:00
34 lines
574 B
CSS
34 lines
574 B
CSS
* {
|
|
border-color: #909396 !important;
|
|
}
|
|
a {
|
|
color: #ce4139 !important;
|
|
}
|
|
a:visited {
|
|
color: #b68800 !important;
|
|
}
|
|
body {
|
|
background-color: #262626 !important;
|
|
color: #909396 !important;
|
|
}
|
|
html {
|
|
background-color: #262626 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #2e2e2e !important;
|
|
color: #909396 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #2e2e2e !important;
|
|
color: #909396 !important;
|
|
}
|
|
.post-actions {
|
|
background-color: #2e2e2e !important;
|
|
}
|
|
.textarea-wrapper {
|
|
background-color: #262626 !important;
|
|
color: #909396 !important;
|
|
}
|