Skip to content

Commit

Permalink
fix(students-card): mise à jour des couleurs. Pb labels en darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Feb 4, 2025
1 parent 6b779ac commit 8e98690
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.student-card-with-trend {
.key-number {
color: var(--text-default-grey);
color: var(--label-color) !important;
font-size: 2.5rem;
font-style: normal;
font-weight: 500;
line-height: 2rem;
}

.students-label {
color: var(--label-color) !important;
font-size: 0.9rem;
font-weight: 700;
color: var(--text-default-grey);
display: inline-block;
padding: 0;
padding-bottom: 10px;
Expand Down

0 comments on commit 8e98690

Please sign in to comment.