Skip to content

Commit

Permalink
fix: fix various dark theme issues with Teams tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz committed Dec 6, 2024
1 parent adb4fa4 commit ec2a16a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Fix various dark theme issues with Teams tab on LMS. (by @dawoudsheraz)
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,47 @@ body.indigo-dark-theme {
font-weight: 500;
}
}
&.view-teams {
.page-header {
.page-title {
color: $text-color-primary;
}
.page-description {
color: $text-color-d;
}
}
.page-content-nav .nav-item {
color: $text-color-d;
}
.page-content-main {
span.listing-count, span.listing-sort .field-label {
color: $text-color-d;
}
}

ul.topics-list li.topic-card{
background-color: $body-bg-d;

div.wrapper-card-meta {
background-color: $body-bg-d;
}

}

ul.cards-list li.list-card {
background-color: $body-bg-d;

div.wrapper-card-meta {
background-color: $body-bg-d;
}
}

.teams-content .teams-main .team-edit-fields {
.team-required-fields .u-field-title, .team-optional-fields .u-field-title{
color: $text-color-d;
}
}
}
}
@import '../../../extra/footer';
@import '../../../extra/header';
Expand Down

0 comments on commit ec2a16a

Please sign in to comment.