7 lines
84 B
SCSS
7 lines
84 B
SCSS
.app {
|
|
background-color: #444444;
|
|
color: #fff;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|