mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
better use secondary text color a few places
This commit is contained in:
@@ -567,7 +567,7 @@ div.ac-wrap {
|
||||
}
|
||||
.examples {
|
||||
margin: 10px 0 0 0;
|
||||
color: $primary_text_color;
|
||||
color: $secondary_text_color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
tr.instructions {
|
||||
label {
|
||||
color: lighten($primary_text_color, 60%);
|
||||
color: $secondary_text_color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user