mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
text a bit too dim on .gap
This commit is contained in:
parent
837c0e267a
commit
b9add46c92
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ blockquote > *:last-child {
|
|||
.gap {
|
||||
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
padding: 5px 0;
|
||||
color: lighten($primary, 70%);
|
||||
color: lighten($primary, 60%);
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Reference in a new issue