update text color

This commit is contained in:
Billy Wang
2025-05-05 20:12:30 +08:00
parent 740ef96cec
commit 8ad9a0022e

View File

@@ -1096,6 +1096,10 @@
width: 100%;
padding: 15px;
text-align: center;
color: var(--description-font-dark);
}
[data-md-color-scheme="slate"] .slideshow-text {
color: var(--description-font-light);
}