mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-22 09:27:32 +00:00
fix(shian): Do not reimport normalize on the Ghost-specific stylesheet
This commit is contained in:
parent
f38a1d0f43
commit
7735874650
@ -1,6 +1,6 @@
|
|||||||
html {
|
html {
|
||||||
font-family: 'Exo 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
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,
|
:root,
|
||||||
[data-theme='light'] {
|
[data-theme='light'] {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@import './utilities/normalize';
|
|
||||||
@import './utilities/responsive';
|
@import './utilities/responsive';
|
||||||
@import './utilities/transition';
|
@import './utilities/transition';
|
||||||
@import './utilities/spacing';
|
@import './utilities/spacing';
|
||||||
|
Loading…
Reference in New Issue
Block a user