Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit d5cf426

Browse files
andrewseguinkara
authored andcommitted
fix(compatibility): remove reference to md- in styles (#113)
1 parent a88a31d commit d5cf426

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/_app-theme.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
$foreground: map-get($theme, foreground);
2121

2222
.docs-app-background {
23-
background: md-color($background, background);
23+
background: mat-color($background, background);
2424
}
2525

2626
.docs-primary-header {
27-
background: md-color($primary);
27+
background: mat-color($primary);
2828

2929
h1 {
30-
color: md-color($primary, default-contrast);
30+
color: mat-color($primary, default-contrast);
3131
}
3232
}
3333

3434
.docs-footer {
35-
background: md-color($primary);
36-
color: md-color($primary, default-contrast);
35+
background: mat-color($primary);
36+
color: mat-color($primary, default-contrast);
3737
}
3838

3939
@include docs-site-typography-theme($theme);

src/styles/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
font-size: 16px;
2424
}
2525

26-
.md-tab-body-wrapper h2 {
26+
.mat-tab-body-wrapper h2 {
2727
margin-top: 0px;
2828
}
2929

0 commit comments

Comments
 (0)