|
|
|
@ -251,14 +251,14 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark {
|
|
|
|
|
--vp-button-brand-border: var(--vp-c-brand-lighter);
|
|
|
|
|
--vp-button-brand-text: var(--vp-c-text-light-1);
|
|
|
|
|
--vp-button-brand-bg: var(--vp-c-brand-light);
|
|
|
|
|
--vp-button-brand-border: var(--vp-c-brand-light);
|
|
|
|
|
--vp-button-brand-text: var(--vp-c-text-dark-1);
|
|
|
|
|
--vp-button-brand-bg: var(--vp-c-brand-dark);
|
|
|
|
|
--vp-button-brand-hover-border: var(--vp-c-brand-lighter);
|
|
|
|
|
--vp-button-brand-hover-text: var(--vp-c-text-light-1);
|
|
|
|
|
--vp-button-brand-hover-bg: var(--vp-c-brand-lighter);
|
|
|
|
|
--vp-button-brand-hover-text: var(--vp-c-text-dark-1);
|
|
|
|
|
--vp-button-brand-hover-bg: var(--vp-c-brand);
|
|
|
|
|
--vp-button-brand-active-border: var(--vp-c-brand-lighter);
|
|
|
|
|
--vp-button-brand-active-text: var(--vp-c-text-light-1);
|
|
|
|
|
--vp-button-brand-active-text: var(--vp-c-text-dark-1);
|
|
|
|
|
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
|
|
|
|
|
|
|
|
|
|
--vp-button-alt-border: var(--vp-c-gray-dark-2);
|
|
|
|
|