fix: improve button a11y for theme Sorcery (#2266)

Similar to https://github.com/tootcafe/mastodon/pull/183
This commit is contained in:
Maxime Le Conte des Floris 2022-11-28 02:04:49 +01:00 committed by GitHub
parent 5eb7183048
commit 3c857d74b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -23,4 +23,7 @@ $scrollbar-face-active: #{lighten($main-theme-color, 1%)};
:root {
accent-color: #{darken($main-theme-color, 12%)};
}
--button-primary-bg: #{$main-theme-color};
--button-primary-text: #141414;
}