Skip to content

Commit 579dc1b

Browse files
authored
fix(flavored markdown): update table tokens
fix(flavored markdown): update table tokens
2 parents 67209af + fc34516 commit 579dc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/markdown-flavored/_flavored-markdown-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
mat-table {
2323
--mat-table-row-item-outline-color: var(--cv-theme-outline-variant);
24-
--mat-table-background-color: var(--cv-theme-surface-bright);
24+
--mat-table-background-color: none;
2525
--mat-table-header-headline-font: var(
2626
--cv-typography-caption-font-family
2727
);
@@ -38,7 +38,7 @@
3838
}
3939

4040
mat-row.mat-mdc-row:nth-child(even) {
41-
background-color: var(--cv-theme-surface);
41+
background-color: var(--cv-theme-on-surface-4);
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)