Skip to content

Commit ba943e8

Browse files
committed
Neutral color for a links
1 parent c358183 commit ba943e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/material-styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
--sf-language-font-family: language_picker, language_picker_fallback, Arial, Helvetica, sans-serif;
5555

5656
a:not(.mdc-button):not(.mat-mdc-menu-item) {
57-
color: mat.get-theme-color($theme, primary, if($is-dark, 80, 40));
57+
color: mat.get-theme-color($theme, primary, 50);
5858
&:hover {
5959
color: mat.get-theme-color($theme, primary, 60);
6060
}

0 commit comments

Comments
 (0)