Skip to content

Commit

Permalink
Add text-low-contrast CSS util class
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Dec 14, 2023
1 parent d111e36 commit 635fb82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,10 @@ h1, h2, h3, h4, h5, h6, p {
text-overflow: ellipsis;
white-space: nowrap;
}

.body--light .text-low-contrast {
color: #757575;
}
.body--dark .text-low-contrast {
color: #9e9e9e;
}

0 comments on commit 635fb82

Please sign in to comment.