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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user