mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
changing color of progress bar
This commit is contained in:
@@ -19,7 +19,6 @@ body {
|
||||
}
|
||||
#main {
|
||||
position: relative;
|
||||
|
||||
img.avatar {
|
||||
&.header {
|
||||
width: 45px;
|
||||
|
||||
@@ -387,7 +387,7 @@ iframe {
|
||||
float: left;
|
||||
width: 97%;
|
||||
padding-left: 3%;
|
||||
background-color: dark-light-diff($tertiary, $secondary, 90%, -40%);
|
||||
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
.btn {
|
||||
margin-bottom: 10px;
|
||||
color: $secondary;
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user