Skip to content

Commit

Permalink
Merge pull request #43 from merveilles/visibility-icon-color
Browse files Browse the repository at this point in the history
set merveilles colorscheme for new visibility icon
  • Loading branch information
SomniusTiger committed Jul 8, 2023
1 parent 8719fb4 commit fb79467
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/merveilles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ body {
color: var(--gray-shade-5) !important;
}

.status__visibility-icon {
color: var(--gray-shade-5) !important;
}

.status__content p {
color: var(--white) !important;
}
Expand Down

0 comments on commit fb79467

Please sign in to comment.