fix(shian): Do not reimport normalize on the Ghost-specific stylesheet

This commit is contained in:
Damillora 2021-04-14 19:23:19 +07:00
parent f38a1d0f43
commit 7735874650
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
html {
font-family: 'Exo 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
:root,
[data-theme='light'] {

View File

@ -1,4 +1,3 @@
@import './utilities/normalize';
@import './utilities/responsive';
@import './utilities/transition';
@import './utilities/spacing';