8 lines
89 B
SCSS
8 lines
89 B
SCSS
body {
|
|
background-color: dimgray;
|
|
color: snow;
|
|
}
|
|
|
|
a {
|
|
color: lightseagreen;
|
|
} |