Skip to content

Commit

Permalink
fix: add #767676 to grey color for improving readability
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Dec 6, 2024
1 parent ec2a16a commit 69b0566
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@ body.indigo-dark-theme {
}
.page-content-nav .nav-item {
color: $text-color-d;
&.is-active{ border-color: $primary-d; }
}
.page-content-main {
span.listing-count, span.listing-sort .field-label {
Expand Down Expand Up @@ -1365,6 +1366,53 @@ body.indigo-dark-theme {
color: $text-color-d;
}
}

.listing-tools{ color: $text-color-d; }
.u-field-message {
.u-field-message-help, .u-field-message-notification{
color: grey;
}
}
.team-profile{
.page-content-secondary{
color: grey;
}
}

.card {
.card-type, .card-description{
color: grey;
}

.wrapper-card-meta{
background: $primary-light-d;
.meta-detail{ color: $text-color-primary; }
}

.card-actions .action-view{
border-color: $primary-d;
color: $primary-d;
&:hover{
background-color: $primary-d;
color: $primary-light-d;
}
}
}

.btn-secondary,.btn-link,
.edit-members .action-remove-member {
color: $primary-d;
}

.action-primary{
background: $primary-d;
color: $primary-light-d;
}

.teams-content #teams-message.wrapper-msg{
background: $primary-light-d;
div.msg{ color: $text-color-d; }
}
}
}
@import '../../../extra/footer';
Expand Down

0 comments on commit 69b0566

Please sign in to comment.