6 lines
76 B
SCSS
6 lines
76 B
SCSS
@import "~bootstrap";
|
|
|
|
body {
|
|
background-color: lightblue !important;
|
|
}
|