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.
31 lines
403 B
Stylus
31 lines
403 B
Stylus
// * generic.styl
|
|
|
|
@require mixins
|
|
|
|
// Generic rules for sites
|
|
|
|
// ** HTML elements
|
|
*
|
|
border-color()
|
|
a
|
|
a()
|
|
a:visited
|
|
a visited
|
|
|
|
body
|
|
background-color()
|
|
color()
|
|
|
|
html
|
|
// Apparently some people set the bgcolor for HTML, not BODY...
|
|
background-color()
|
|
|
|
input
|
|
textarea
|
|
background-color highlight
|
|
color()
|
|
|
|
blockquote,
|
|
pre
|
|
background-color highlight
|
|
color() |