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

18 lines
323 B
SCSS
Executable File

/**
* ----------------------------------------------------------------------------------------
* Base Style
* ----------------------------------------------------------------------------------------
*/
body {
background-color: #E0E0E0;
}
ul,ol {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}