fix light mode ad text contrast

This commit is contained in:
Ben Phelps 2024-09-11 15:00:20 +03:00
parent b3591c3e69
commit dc67024be2

View File

@ -57,6 +57,10 @@
--carbon-text-color: var(--md-typeset-color) !important;
}
[data-md-color-scheme="default"] .carbon-text {
color: var(--md-code-fg-color) !important;
}
.md-typeset__table {
width: 100%;
}