Skip to content

Commit afe33dd

Browse files
committed
update docs
1 parent df14585 commit afe33dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/overrides/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,17 @@ th, td {
313313
}
314314

315315
.md-footer__direction {
316-
color: var(--md-accent-bg-color--light);
316+
color: var(--md-code-fg-color);
317317
}
318318

319319
.md-footer__title {
320320
margin: 0;
321321
}
322322

323+
.md-typeset th {
324+
border-bottom: 1px solid var(--md-accent-fg-color);
325+
}
326+
323327
@media screen and (max-width: 44.9844em) {
324328
.md-footer__link--prev .md-footer__title {
325329
display: block;

0 commit comments

Comments
 (0)