Fix color mistakes in mastodon-light theme (#7626)
* Fix colors of mastodon-light theme Fix colors of modals and focused toots in light theme Fix colors of compose-form items and more Fix colors of status__content__spoiler-link:hover and $valid-value-color Change success green color in light theme * Fix some sass codes * Add !default for explicit color valiables in default theme for overwriting colors easier in the other themes
This commit is contained in:
parent
62cb3b199f
commit
a0b4754231
4 changed files with 63 additions and 11 deletions
|
@ -425,7 +425,7 @@
|
|||
|
||||
.icon-button {
|
||||
flex: 0 1 auto;
|
||||
color: $action-button-color;
|
||||
color: $secondary-text-color;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
padding: 10px;
|
||||
|
@ -434,7 +434,7 @@
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: lighten($action-button-color, 7%);
|
||||
color: lighten($secondary-text-color, 7%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue