Skip to content

Commit

Permalink
ui: added class for text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and kpsherva committed Feb 15, 2024
1 parent 2accde6 commit 40cbb6e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
color: {{ theme.secondaryTextColor }} !important;
}

.theme-primary a, .theme-primary h1, .theme-primary h2 {
.theme-primary a, .theme-primary h1, .theme-primary h2, .theme-primary p {
color: {{ theme.primaryTextColor }} !important;
}

Expand All @@ -34,6 +34,10 @@
background-color: {{ theme.primaryColor }} !important;
}

.theme-primary-text a {
color: {{ theme.primaryColor }} !important;
}

.theme-tertiary, .ui.tertiary.button {
background-color: {{ theme.tertiaryColor }} !important;
color: {{ theme.tertiaryTextColor }};
Expand Down

0 comments on commit 40cbb6e

Please sign in to comment.