mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-18 15:25:32 +00:00
63 lines
1.1 KiB
CSS
63 lines
1.1 KiB
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;
|
||
|
}
|
||
|
tr.Even {
|
||
|
background-color: #073642 !important;
|
||
|
}
|
||
|
.BigQuote {
|
||
|
background-color: #073642 !important;
|
||
|
color: #cb4b16 !important;
|
||
|
}
|
||
|
.Cat2HL {
|
||
|
background-color: #094352 !important;
|
||
|
}
|
||
|
.Cat3HL {
|
||
|
background-color: #083c4a !important;
|
||
|
}
|
||
|
.FeatureByline {
|
||
|
background-color: #073642 !important;
|
||
|
border: none !important;
|
||
|
}
|
||
|
.Headline {
|
||
|
background-color: #094352 !important;
|
||
|
}
|
||
|
.QuotedText {
|
||
|
color: #6c71c4 !important;
|
||
|
}
|
||
|
DIV.CommentBox {
|
||
|
border-color: #073642 !important;
|
||
|
}
|
||
|
DIV.CommentBox P.CommentTitle {
|
||
|
background-color: #094352 !important;
|
||
|
}
|
||
|
#menu,
|
||
|
.topnav-container {
|
||
|
background-color: #073642 !important;
|
||
|
}
|
||
|
.navmenu ul {
|
||
|
background-color: #073642 !important;
|
||
|
}
|