mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-24 07:39:42 +02:00
19 lines
456 B
Text
19 lines
456 B
Text
@import 'normalize.css';
|
|
@import './vars.pcss';
|
|
@import './layout.pcss';
|
|
@import './components/header.pcss';
|
|
@import './components/aside.pcss';
|
|
@import './components/writing.pcss';
|
|
@import './components/page.pcss';
|
|
@import './components/landing.pcss';
|
|
|
|
body {
|
|
font-family: system-ui, Helvetica, Arial, Verdana;
|
|
color: var(--color-text-main);
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
svg {
|
|
fill: currentColor;
|
|
}
|