matrix-dimension/web/style/app.scss

8 lines
148 B
SCSS
Raw Normal View History

// styles in src/style directory are applied to the whole page
body {
background: #ddd !important;
margin: 0;
padding: 30px;
color: #222;
}