2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

changing color of progress bar

This commit is contained in:
awesomerobot 2015-05-19 21:10:40 -04:00
parent bd63699d63
commit 0ba88d2355
11 changed files with 21 additions and 20 deletions

View file

@ -465,7 +465,7 @@
}
.notification {
&.unread {
background-color: dark-light-diff($tertiary, $secondary, 90%, -60%);
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
}
li { display: inline-block; }