Reviewed-on: #1 Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com> Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
17 lines
713 B
CSS
17 lines
713 B
CSS
/* ============================================================
|
|
Nychthemeron Design System — global entry point
|
|
------------------------------------------------------------
|
|
A manifest of @imports; never add rules here directly.
|
|
|
|
"Nychthemeron" — a full cycle of day and night. The system
|
|
ships two themes: HADES (dark) and APOLLO (light). Set
|
|
<html data-theme="hades"> or "apollo"; Hades is the default.
|
|
============================================================ */
|
|
|
|
@import './tokens/fonts.css';
|
|
@import './tokens/colors.css';
|
|
@import './tokens/typography.css';
|
|
@import './tokens/spacing.css';
|
|
@import './tokens/base.css';
|
|
@import './tokens/components.css';
|
|
@import './portfolio.css';
|