hugo-theme-anubis2/exampleSiteMultilingual/assets/css/custom1.scss

17 lines
308 B
SCSS
Raw Normal View History

2024-04-09 13:18:45 +02:00
@import 'foundation/code';
$font-stack: Helvetica, sans-serif;
$primary-color: yellow;
$background-color: pink;
junyi {
font: 100% $font-stack;
color: $primary-color;
background-color: $background-color;
}
body .container {
max-width: none;
padding-left: 5em;
padding-right: 5em;
}