funky/_sass/theme.scss
2016-06-18 08:45:31 +01:00

31 lines
469 B
SCSS

// Imports
@import "bourbon/bourbon";
@import "neat/neat";
@import "base/base";
// Theme variables
$color--background: #ffefc8;
$color--foreground: #150301;
$color--accent: #5277c3;
// Theme typography
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color: $color--foreground;
background: $color--background;
}
a {
color: $color--accent;
}
// Theme layout
.container {
@include outer-container;
}