|
|
|
@ -150,6 +150,11 @@ function loadClassicLight() {
|
|
|
|
|
`rgba(${hexColorToRGB(THEMES.CLASSIC_LIGHT.COLOR0)}, 0.25)`
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
document.documentElement.style.setProperty(
|
|
|
|
|
'--button-simple-text-color',
|
|
|
|
|
'var(--text-primary-color)'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
document.documentElement.style.setProperty(
|
|
|
|
|
'--button-simple-disabled-color',
|
|
|
|
|
'var(--text-primary-color)'
|
|
|
|
@ -490,6 +495,11 @@ function loadClassicDark() {
|
|
|
|
|
);
|
|
|
|
|
document.documentElement.style.setProperty('--button-solid-shadow-color', 'none');
|
|
|
|
|
|
|
|
|
|
document.documentElement.style.setProperty(
|
|
|
|
|
'--button-simple-text-color',
|
|
|
|
|
'var(--text-primary-color)'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
document.documentElement.style.setProperty(
|
|
|
|
|
'--button-simple-disabled-color',
|
|
|
|
|
'var(--text-primary-color)'
|
|
|
|
|