RSS Git Download  Clone
Raw Blame History
@import "../mixins";

.cory-mat-theme-light-forest {
    $primary: mat-palette($mat-green, 600);
    $accent: mat-palette($mat-brown, 700, 500, 900);
    @include cory-mat-theme('light', $primary, $accent);

}