aboutsummaryrefslogtreecommitdiff
path: root/_scss/base/_sakura.scss
blob: 3a995b74cbfcda76417eafb46d2b8f7901355934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
$color-bg-alt: rgba(0, 0, 0, .09);
$color-bg: rgb(30, 32, 33);
$color-blossom: rgb(77, 99, 140);
$color-fade: rgb(40, 54, 84);
$color-html:rgb(24, 26, 27);
$color-text: rgb(245, 245, 245);

$font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Arial', sans-serif;
$font-size-base: 1.6rem;

@import 'sakura/main';