Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(theme): fix text color defined in theme html, body
Browse files Browse the repository at this point in the history
* instead of primary-color (=== blue), use foreground-1 (===dark grey) for the html, body theme text colo
  • Loading branch information
ThomasBurleson committed Mar 11, 2016
1 parent 467129c commit 4112f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/style/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

html, body {
&.md-THEME_NAME-theme {
color: '{{primary-color}}';
color: '{{foreground-1}}';
background-color: '{{background-50}}';
}
}

0 comments on commit 4112f51

Please sign in to comment.