Skip to content

Commit

Permalink
SAK-50127: Dark mode timer isn’t clearly visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jumarub committed Oct 3, 2024
1 parent c6ff0ac commit f414293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/src/skins/default/src/sass/base/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ body{
scroll-behavior: $scroll-behavior;
}

.progress {
background-color: var(--sakai-background-color-4) !important; // Override default progress bar background color
}

a{
color: var(--sakai-text-color-1);
&:hover{ // This means a:hover
Expand Down

0 comments on commit f414293

Please sign in to comment.