move body, html colors to top-flex
1 files changed, 2 insertions(+), 2 deletions(-) M _sass/minimal-mistakes/_colors.scss
M _sass/minimal-mistakes/_colors.scss => _sass/minimal-mistakes/_colors.scss +2 -2
@@ 1,10 1,10 @@ html { scrollbar-color: $primary-color rgba(0, 0, 0, 0); - background: $background-color; } -body { +.top-flex { color: $text-color; + background: $background-color; } ::selection {