solarized-everything-css/sites/generic.styl
Adam Porter e2104657d8 Reorganize files
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.
2015-10-14 15:52:12 -05:00

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()