gohugoio--hugo
7 行
118 B
SCSS
7 行
118 B
SCSS
$font-stack: Helvetica, sans-serif;
|
|
$primary-color: #333;
|
|
|
|
body {
|
|
font: 100% $font-stack;
|
|
color: $primary-color;
|
|
} |