Skip to content

Commit

Permalink
Fix colouring for footer text
Browse files Browse the repository at this point in the history
Before it was coloured based on the light theme but we need it to adapt to each theme. On the dark theme the text was too dark and made difficult to read.
  • Loading branch information
Moises Deniz committed Jan 25, 2024
1 parent 9d0b803 commit a82ea69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/api/app/assets/stylesheets/webui/sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

font-size: 0.9rem;
text-transform: uppercase;
color: $gray-700;
font-weight: bold;
}

Expand Down
14 changes: 0 additions & 14 deletions src/api/app/assets/stylesheets/webui/sticky-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,12 @@ body {
}

#footer {
strong {
color: $gray-300;
}

& a {
font-size: .9rem;
color: $gray-400;

&:hover {
color: $gray-300;
}
}

ul {
@extend .list-unstyled;
@extend .mt-1;
}
#footer-legal {
p {
color: $gray-300;
}
}
}

0 comments on commit a82ea69

Please sign in to comment.