fix: improve button a11y for theme Sorcery (#2266)
Similar to https://github.com/tootcafe/mastodon/pull/183
This commit is contained in:
parent
5eb7183048
commit
3c857d74b8
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue