chore: make css var --accent-color-dark slightly darker (#350)

This commit is contained in:
Robert Kaussow 2022-12-21 15:19:56 +01:00 committed by GitHub
parent 49bc0c77e3
commit 9e4f04ccad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
--hint-link-color: #{$link-color};
--hint-link-color-visited: #{$link-color-visited};
--accent-color-dark: #{$gray-600};
--accent-color-dark: #{$gray-400};
--accent-color: #{$gray-200};
--accent-color-lite: #{$gray-100};