UX: Adjust icon colors (#108)

This commit is contained in:
Jordan Vidrine
2025-04-02 10:50:37 -05:00
committed by GitHub
parent 759fd0b218
commit d0078cdd3e
2 changed files with 7 additions and 9 deletions
+5
View File
@@ -46,6 +46,11 @@ html {
oklch(from #{$tertiary} calc(l * 1.2) c h)
) !important;
--d-nav-color--hover: light-dark(
oklch(from #{$tertiary} l c h),
oklch(from #{$tertiary} calc(l * 1.2) c h)
) !important;
--link-color: light-dark(
oklch(from #{$tertiary} l c h),
oklch(from #{$tertiary} calc(l * 0.95) c h)