solarized-everything-css/sites/generic.styl

31 lines
403 B
Stylus
Raw Normal View History

// * 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()
2015-10-01 11:06:35 +00:00
2015-10-01 11:31:51 +00:00
blockquote,
2015-10-01 11:06:35 +00:00
pre
2015-10-02 12:53:47 +00:00
background-color highlight
color()