Skip to content

Commit

Permalink
theme <A> with $primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Dec 29, 2020
1 parent 10e154e commit 4bdda1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ $theme: mat-light-theme($primary, $accent, $warn);

// Include theme styles for custom components.
@include popover-theme($theme);

// std elements
a {
color: mat-color($primary);
}

0 comments on commit 4bdda1e

Please sign in to comment.