mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
9189c6f72b
Includes a self-made logo. Suggestions welcome.
10 lines
201 B
SCSS
10 lines
201 B
SCSS
// styles in src/style directory are applied to the whole page
|
|
@import '../../node_modules/angular2-toaster/toaster';
|
|
|
|
body {
|
|
background: #ddd !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #222;
|
|
}
|