-
Notifications
You must be signed in to change notification settings - Fork 914
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(static): adjust about page content
- add more blog links - change action button styles - adjust warn color to better fit blue theme
- Loading branch information
1 parent
8dde03b
commit ead970c
Showing
3 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$anms-primary: mat-palette($mat-indigo, 800, 300, 900); | ||
$anms-accent: mat-palette($mat-light-blue); | ||
$anms-warn: mat-palette($mat-deep-orange, A200); | ||
$anms-warn: mat-palette($mat-deep-orange, 200); | ||
|
||
$anms-theme: mat-light-theme($anms-primary, $anms-accent, $anms-warn); |