mirror of
https://github.com/getzola/zola
synced 2024-12-14 06:12:27 +00:00
8 lines
70 B
SCSS
8 lines
70 B
SCSS
|
body {
|
||
|
background: red;
|
||
|
|
||
|
.container {
|
||
|
background: blue;
|
||
|
}
|
||
|
}
|