1
0
Fork 0
easejs/doc/manual.css

22 lines
302 B
CSS
Raw Normal View History

2011-03-09 19:10:13 -05:00
/**
* ease.js manual color scheme
*
* Inspired by Tango Icon Theme
*/
html {
background-color: #eeeeec;
}
body {
background-color: white;
border-color: #babdb6;
border-width: 0px 1px;
border-style: solid;
margin: 0px 5em;
padding: 1em;
font-family: arial, serif;
}