From 68138f0dcd8b3db2c23b31a20508726f245b5ba5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 17 Jan 2022 17:13:51 +0100 Subject: feat: implement dark mode --- src/styles/globals.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/styles/globals.scss') 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"; -- cgit v1.2.3