1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-16 17:55:32 -04:00

set html class to light theme in static output

This commit is contained in:
2022-06-03 09:52:18 -04:00
parent acc6b11fa7
commit 3f931e01ce
8 changed files with 117 additions and 106 deletions

View File

@@ -12,5 +12,8 @@ export const themeColors = {
dark: darkTheme.colors.backgroundOuter?.value,
};
// default/fallback theme
export const themeDefault = "light";
// local storage key
export const themeStorageKey = "theme";