Skip to content

Commit

Permalink
#7517 make spark spinner lighter when in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Jun 14, 2018
1 parent 3ad8403 commit 753caf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/lab/src/theme/static/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,7 @@ pre {
span.flatpickr-weekday {
color: rgba(255,255,255,0.54);
}

.lds-spinner div {
background-color: #2196F3;
}

0 comments on commit 753caf2

Please sign in to comment.