Skip to content

Commit 36473cd

Browse files
committed
refactor(demos): udpate app background color
1 parent dea4817 commit 36473cd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/styles/igniteui-theme.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$palette: $dark-indigo-palette;
1010
$schema: $dark-indigo-schema;
1111

12-
$igx-background-color: igx-color($palette, 'surface');
12+
$igx-background-color: darken(igx-color($palette, 'surface'), 5%);
1313
$igx-foreground-color: igx-color($palette, 'grays', 900);
1414

1515
body {
@@ -20,6 +20,15 @@ body {
2020
@include igx-core($direction: ltr);
2121
@include igx-theme($palette: $palette, $schema: $schema);
2222

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+
2332
.nav-header {
2433
@if luminance($igx-background-color) < .5 {
2534
@include nav-logo('../assets/images/rsrcs/igniteui-logo-dark-bg', $igx-background-color);

0 commit comments

Comments
 (0)