@import "variables"; /* inverted joriszwart.nl colors */ $primary-color: white; $inverted-text-color: black; $brand-color: white; $secondary-color: #4b4b4b; $tertiary-color: lightgray; $heading-color: $secondary-color; $body-color: white; $background-color: $body-color; @import "sweet.scss"; body { header, footer { box-shadow: none } }