33 lines
660 B
SCSS
33 lines
660 B
SCSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
---
|
|
$base00: #1e0f15;
|
|
$base01: #2e3c43;
|
|
$base02: #314549;
|
|
$base03: #546e7a;
|
|
$base04: #b2ccd6;
|
|
$base05: #eeffff;
|
|
$base06: #eeffff;
|
|
$base07: #ffffff;
|
|
$base08: #f07178;
|
|
$base09: #f78c6c;
|
|
$base0a: #ffcb6b;
|
|
$base0b: #c3e88d;
|
|
$base0c: #89ddff;
|
|
$base0d: #82aaff;
|
|
$base0e: #c792ea;
|
|
$base0f: #ff5370;
|
|
|
|
|
|
$code-background-color: mix($base00, $base01, 80%);
|
|
$code-background-color-dark: mix($base00, $base01, 85%);
|
|
|
|
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
|
|
@import "minimal-mistakes"; // main partials
|
|
|
|
|
|
::selection{
|
|
background: #004DAA;
|
|
}
|
|
|