Skip to content

Commit

Permalink
Changed FlashIT font color
Browse files Browse the repository at this point in the history
Changed font color from white to black, so that it is now visible on the white background
  • Loading branch information
affe4ever authored and Oscariremma committed Feb 16, 2024
1 parent c2c7c52 commit f4b1805
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions frontend/src/global-styles/groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ tr#digit {
color: white;
}
}

tr#styrit {
background: url('/group-images/styritsvagn.jpg');

Expand All @@ -88,27 +89,31 @@ tr#styrit {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
}

tr#drawit {
background: url('/group-images/drawit.png');

th {
color: white;
}
}

tr#fritid {
background: url('/group-images/fritid.png');

th {
color: white;
}
}

tr#laggit {
background: url('/group-images/laggit.png');

th {
color: white;
}
}

tr#valberedningen {
background: url('/group-images/valleb.png');

Expand Down Expand Up @@ -148,15 +153,15 @@ tr#kandidatmiddagen th {


tr#flashit {
background: url('/group-images/flashit.png');
background: url('/group-images/flashit.png');

th {
color:white;
text-align:end;
}
th {
color: black;
text-align: end;
}
}

tr#cloudlords {
background: url('/group-images/cloudlords.png');
background-color: #44aedb;
}
}

0 comments on commit f4b1805

Please sign in to comment.