You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
solarized-everything-css/sites/generic.styl

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