paulwalko.github.io/_sass/base/_base.scss

18 lines
323 B
SCSS
Raw Normal View History

2016-06-14 21:54:24 -04:00
/**
* ----------------------------------------------------------------------------------------
* Base Style
* ----------------------------------------------------------------------------------------
*/
body {
background-color: #E0E0E0;
}
ul,ol {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}