Skip to content

Commit

Permalink
fix: ensure that header badge is white
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 26, 2021
1 parent d032c81 commit 2653ef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meteor/client/styles/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
.badge {
color: #fff;
text-decoration: none;
&:visited {
&:link,
&:visited,
&:active {
color: #fff;
}
.sofie-logo {
Expand Down

0 comments on commit 2653ef5

Please sign in to comment.