Merge pull request #1413 from Estebene/danger-colors

Fixed issue with accent colors
This commit is contained in:
Jack 2021-05-14 15:33:26 +01:00 committed by GitHub
commit 4eb8dfaa67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2740,8 +2740,8 @@ key {
align-items: center;
.button.danger {
background: var(--error-color);
color: #eee;
box-shadow: 0px 0px 0px 2px var(--error-color);
color: var(--text-color);
&:hover {
background: var(--text-color);
color: var(--bg-color);