|
|
@ -5,7 +5,7 @@ import { classicDark } from './';
|
|
|
|
import { declareCSSVariables, THEME_GLOBALS } from './globals';
|
|
|
|
import { declareCSSVariables, THEME_GLOBALS } from './globals';
|
|
|
|
|
|
|
|
|
|
|
|
// Defaults to Classic Dark theme
|
|
|
|
// Defaults to Classic Dark theme
|
|
|
|
export const SessionGlobalStyles = createGlobalStyle`
|
|
|
|
const SessionGlobalStyles = createGlobalStyle`
|
|
|
|
html {
|
|
|
|
html {
|
|
|
|
${declareCSSVariables(THEME_GLOBALS)}
|
|
|
|
${declareCSSVariables(THEME_GLOBALS)}
|
|
|
|
${declareCSSVariables(classicDark)}
|
|
|
|
${declareCSSVariables(classicDark)}
|
|
|
|