chore: update deprecated TLS directives #183

close #183
This commit is contained in:
0xJacky 2023-11-10 17:44:37 +08:00
parent 8ac5fc2052
commit 82eabbf17e
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
13 changed files with 381 additions and 320 deletions

View file

@ -21,13 +21,13 @@
:root {
--vp-button-brand-border: var(--vp-c-brand-light);
--vp-button-brand-text: var(--vp-c-text-dark-1);
// --vp-button-brand-text: var(--vp-c-text-dark-1);
--vp-button-brand-bg: var(--vp-c-brand);
--vp-button-brand-hover-border: var(--vp-c-brand-light);
--vp-button-brand-hover-text: var(--vp-c-text-dark-1);
// --vp-button-brand-hover-text: var(--vp-c-text-dark-1);
--vp-button-brand-hover-bg: var(--vp-c-brand-light);
--vp-button-brand-active-border: var(--vp-c-brand-light);
--vp-button-brand-active-text: var(--vp-c-text-dark-1);
// --vp-button-brand-active-text: var(--vp-c-text-dark-1);
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
}