mirror of
https://github.com/getzola/zola
synced 2024-12-13 22:02:29 +00:00
7 lines
70 B
SCSS
7 lines
70 B
SCSS
body {
|
|
background: red;
|
|
|
|
.container {
|
|
background: blue;
|
|
}
|
|
}
|