multi-project/projects/app-b/src/assets/styles-c.scss

8 lines
216 B
SCSS

/* You can add global styles to this file, and also import other style files */
body{
background-color:cadetblue;
h1{
color:darkolivegreen;
font-family:'Times New Roman', Times, serif;
}
}