sms-pager/app/assets/stylesheets/reset.scss

8 lines
99 B
SCSS
Raw Normal View History

2015-10-03 15:15:19 -05:00
html {
background-color: $taupe;
color: $dark;
2015-10-04 20:27:03 -05:00
font-size: 18px;
2015-10-03 15:15:19 -05:00
margin: 0;
padding: 0;
}