diff --git a/src/_app-theme.scss b/src/_app-theme.scss index b1586d2655a0..d3b7ce512058 100644 --- a/src/_app-theme.scss +++ b/src/_app-theme.scss @@ -20,20 +20,20 @@ $foreground: map-get($theme, foreground); .docs-app-background { - background: md-color($background, background); + background: mat-color($background, background); } .docs-primary-header { - background: md-color($primary); + background: mat-color($primary); h1 { - color: md-color($primary, default-contrast); + color: mat-color($primary, default-contrast); } } .docs-footer { - background: md-color($primary); - color: md-color($primary, default-contrast); + background: mat-color($primary); + color: mat-color($primary, default-contrast); } @include docs-site-typography-theme($theme); diff --git a/src/styles/_typography.scss b/src/styles/_typography.scss index 4261cac2ec58..b557374ef616 100644 --- a/src/styles/_typography.scss +++ b/src/styles/_typography.scss @@ -23,7 +23,7 @@ font-size: 16px; } - .md-tab-body-wrapper h2 { + .mat-tab-body-wrapper h2 { margin-top: 0px; }