Merge pull request #62 from ranshers/ransher

fix for dark mode active menu link issue
This commit is contained in:
Xiao Meng 2024-03-04 12:04:10 +08:00 committed by GitHub
commit 051a61d997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@
--link-underline-shadow: 0 1px 0 var(--link-color);
--link-hover-underline-color: var(--link-hover-color);
--link-hover-underline-shadow: 0 2px 0 var(--link-hover-underline-color);
/* for type pages theming */
--signature: var(--primary);
--signature-bg: var(--secondary);
}
.list-page {