mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-16 21:26:15 +00:00
e2104657d8
Now correctly including generic.styl in all other sheets. This was quite a mess to figure out because of the way Stylus handles imports/requires. IIRC, Less doesn't work this way, but, of course, Less is much more limited than Stylus.
75 lines
1.4 KiB
CSS
75 lines
1.4 KiB
CSS
* {
|
|
border-color: #839496 !important;
|
|
}
|
|
a {
|
|
color: #268bd2 !important;
|
|
}
|
|
a:visited {
|
|
color: #6c71c4 !important;
|
|
}
|
|
body {
|
|
background-color: #fdf6e3 !important;
|
|
color: #657b83 !important;
|
|
}
|
|
html {
|
|
background-color: #fdf6e3 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #eee8d5 !important;
|
|
color: #657b83 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #eee8d5 !important;
|
|
color: #657b83 !important;
|
|
}
|
|
.sfbgg {
|
|
background-color: #eee8d5 !important;
|
|
}
|
|
.sbib_a {
|
|
background: linear-gradient(to bottom, #eee8d5, #fdf6e3) !important;
|
|
}
|
|
input#lst-ib,
|
|
#sb_ifc0.sbib_b,
|
|
#gs_taif0 {
|
|
background: transparent !important;
|
|
}
|
|
#lst-ib,
|
|
.sbsb_a {
|
|
background-color: #fdf6e3 !important;
|
|
}
|
|
.kpbb {
|
|
background-image: linear-gradient(to bottom, #59a9e1, #268bd2) !important;
|
|
}
|
|
#hdtbSum {
|
|
background-color: #fdf6e3 !important;
|
|
}
|
|
#hdtbMenus.hdtb-td-o {
|
|
background-color: #fdf6e3 !important;
|
|
}
|
|
#hdtb-tls.hdtb-tl {
|
|
background-image: linear-gradient(to bottom, #fdf6e3, #eee8d5) !important;
|
|
}
|
|
#hdtb-tls.hdtb-tl.hdtb-tl-sel {
|
|
background-image: linear-gradient(to bottom, #eee8d5, #fdf6e3) !important;
|
|
}
|
|
#abar_button_opt.ab_button {
|
|
background: linear-gradient(to bottom, #fdf6e3, #eee8d5) !important;
|
|
}
|
|
#appbar {
|
|
background-color: #fdf6e3 !important;
|
|
}
|
|
cite {
|
|
color: #859900 !important;
|
|
}
|
|
.ab_dropdown {
|
|
background-color: #fdf6e3 !important;
|
|
}
|
|
div.crp {
|
|
background-color: #fdf6e3 !important;
|
|
}
|
|
#fbar {
|
|
background-color: #eee8d5 !important;
|
|
}
|