Skip to content

Commit

Permalink
Fix some colors in light theme (mastodon#10754)
Browse files Browse the repository at this point in the history
* Fix typo in light theme

* Fix background color of empty column
  • Loading branch information
nzws authored and hiyuki2578 committed Oct 2, 2019
1 parent 63f4a85 commit 4491b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/styles/mastodon-light/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
.actions-modal ul li:not(:empty) a:focus button,
.actions-modal ul li:not(:empty) a:hover,
.actions-modal ul li:not(:empty) a:hover button,
.admin-wrapper .sidebar ul ul a.selected,
.admin-wrapper .sidebar ul li a.selected,
.simple_form .block-button,
.simple_form .button,
.simple_form button {
Expand Down Expand Up @@ -230,6 +230,7 @@
.empty-column-indicator,
.error-column {
color: $primary-text-color;
background: $white;
}

// Change the default colors used on some parts of the profile pages
Expand Down

0 comments on commit 4491b41

Please sign in to comment.