Skip to content

Commit

Permalink
Emergency fix for livestream colours
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Jul 11, 2020
1 parent 2dc9220 commit 7b09a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ p {
@extend sbox_before;
}
.purple::before {
background: linear-gradient(to right,$brand,$dark 50px) !important;
background: linear-gradient(to right,$zone_0,$dark 50px) !important;
}
.green::before {
background: linear-gradient(to right,$background,$dark 50px) !important;
background: linear-gradient(to right,$zone_1,$dark 50px) !important;
}
.yellow::before {
background: linear-gradient(to right,$zone_2,$dark 50px) !important;
Expand Down

0 comments on commit 7b09a6f

Please sign in to comment.