1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 13:19:42 +02:00
codex.docs/src/frontend/styles/main.pcss

20 lines
504 B
Text
Raw Normal View History

2018-09-18 13:10:44 +03:00
@import url('../../../node_modules/normalize.css');
@import url('vars.pcss');
@import url('layout.pcss');
@import url('components/header.pcss');
@import url('components/aside.pcss');
@import url('components/writing.pcss');
@import url('components/page.pcss');
@import url('components/landing.pcss');
2018-09-18 13:10:44 +03:00
body {
font-family: system-ui, Helvetica, Arial, Verdana;
2018-09-18 13:10:44 +03:00
color: var(--color-text-main);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
svg {
fill: currentColor;
}