diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-17 17:13:51 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-17 18:03:52 +0100 |
| commit | 68138f0dcd8b3db2c23b31a20508726f245b5ba5 (patch) | |
| tree | 0d6a31cfd0adcba4d4cb08666bc262bed6cb89ea /src/styles/globals.scss | |
| parent | 86d3e30ef02585d5089dce3aa2757ca2cb4e4edf (diff) | |
feat: implement dark mode
Diffstat (limited to 'src/styles/globals.scss')
| -rw-r--r-- | src/styles/globals.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 0a7a618..f9a1281 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -27,3 +27,10 @@ * Define styles for external components (like WordPress blocks). */ @use "components/wp-blocks"; + +/** + * 4.0. Themes + * + * Define themes specific styles. + */ +@use "themes/dark"; |
