File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 9
9
$palette : $dark-indigo-palette ;
10
10
$schema : $dark-indigo-schema ;
11
11
12
- $igx-background-color : igx-color ($palette , ' surface' );
12
+ $igx-background-color : darken ( igx-color ($palette , ' surface' ), 5 % );
13
13
$igx-foreground-color : igx-color ($palette , ' grays' , 900 );
14
14
15
15
body {
@@ -20,6 +20,15 @@ body {
20
20
@include igx-core ($direction : ltr );
21
21
@include igx-theme ($palette : $palette , $schema : $schema );
22
22
23
+ @include igx-typography (
24
+ $font-family : " 'Nunito Sans', sans-serif" ,
25
+ $type-scale : $indigo-type-scale
26
+ );
27
+
28
+ @include igx-card-typography ($indigo-type-scale , $categories : (
29
+ title: ' h5' ,
30
+ ));
31
+
23
32
.nav-header {
24
33
@if luminance ($igx-background-color ) < .5 {
25
34
@include nav-logo (' ../assets/images/rsrcs/igniteui-logo-dark-bg' , $igx-background-color );
You can’t perform that action at this time.
0 commit comments