Skip to content

Commit 4b6a89d

Browse files
committed
Fixes #3897 - Change color of <th> elements in markdown content.
1 parent 859edbf commit 4b6a89d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/style/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,11 @@
575575
color: $response-col-description-inner-markdown-link-font-color-hover;
576576
}
577577
}
578+
579+
th
580+
{
581+
@include text_code($response-col-description-inner-markdown-font-color);
582+
}
578583
}
579584
}
580585

0 commit comments

Comments
 (0)