2019-02-22 03:24:10 +03:00
|
|
|
$color-bg-alt: rgba(0, 0, 0, .09);
|
2019-09-03 01:10:44 +03:00
|
|
|
$color-bg: rgb(255, 255, 255);
|
|
|
|
$color-blossom:rgb(0, 51, 153);
|
|
|
|
$color-fade: rgb(51, 102, 204);
|
|
|
|
$color-html:rgb(255, 255, 255);
|
|
|
|
$color-text: rgb(0, 0, 0);
|
2018-12-16 17:20:24 +03:00
|
|
|
|
2019-02-22 13:18:27 +03:00
|
|
|
$font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Arial', sans-serif;
|
2018-12-06 23:46:47 +03:00
|
|
|
$font-size-base: 1.6rem;
|
2018-12-06 21:04:48 +03:00
|
|
|
|
|
|
|
@import 'sakura/main';
|