mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -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 {
|
.gap {
|
||||||
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
|
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
color: lighten($primary, 70%);
|
color: lighten($primary, 60%);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue