1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 11:07:26 +01:00

Moves background color to html tag

This commit is contained in:
Amir Raminfar
2020-06-14 13:24:39 -07:00
parent c2d6eb2329
commit eb86e37521

View File

@@ -9,20 +9,20 @@ $menu-item-color: hsl(0, 6%, 87%);
@import "~buefy/src/scss/components/_dropdown";
@import "~buefy/src/scss/components/_switch";
body {
font-family: "Roboto", sans-serif;
color: #ddd;
background-color: #111;
}
h1.title {
font-family: "Gafata", sans-serif;
}
html {
overflow-x: unset;
overflow-y: unset;
scroll-snap-type: y proximity;
background-color: #111;
}
body {
font-family: "Roboto", sans-serif;
color: #ddd;
}
h1.title {
font-family: "Gafata", sans-serif;
}
html.has-custom-scrollbars {