mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-15 00:12:44 +00:00
53 lines
850 B
CSS
53 lines
850 B
CSS
* {
|
|
border-color: #657b83 !important;
|
|
}
|
|
a {
|
|
color: #268bd2 !important;
|
|
}
|
|
a:visited {
|
|
color: #6c71c4 !important;
|
|
}
|
|
body {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
html {
|
|
background-color: #002b36 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #073642 !important;
|
|
color: #839496 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #073642 !important;
|
|
color: #839496 !important;
|
|
}
|
|
* {
|
|
border-color: #657b83 !important;
|
|
}
|
|
a {
|
|
color: #268bd2 !important;
|
|
}
|
|
a:visited {
|
|
color: #6c71c4 !important;
|
|
}
|
|
body {
|
|
background-color: #002b36 !important;
|
|
color: #839496 !important;
|
|
}
|
|
html {
|
|
background-color: #002b36 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #073642 !important;
|
|
color: #839496 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #073642 !important;
|
|
color: #839496 !important;
|
|
}
|