hugo-battheme/assets/scss/colors.scss
2022-04-09 22:23:18 +02:00

26 lines
373 B
SCSS

$light-bg: #ffe7d6;
$light-fg: #73464c;
$light-ln: #ab5675;
$light-active: #72dcbb;
$dark-bg: black;
$dark-fg: white;
$dark-ln: blue;
$dark-active: green;
body {
&.light{
background-color: $light-bg;
color: $light-fg;
}
background-color: $dark-bg;
color: $dark-bg;
}
a {
}
a.footer-nav-item.active{
}
footer, footer a{
}