This commit is contained in:
2025-02-18 09:41:54 -08:00
parent 499c7174f2
commit 3bdf7262d1
18 changed files with 339 additions and 118 deletions

View File

@ -93,7 +93,8 @@ textarea#comment {
article .post-thumbnail:before,
article.sticky:before,
div.mt-live-link a,
input.search-submit {
input.search-submit,
.mejs-controls .mejs-time-rail .mejs-time-current {
background-color: var(--href);
}
@ -634,3 +635,6 @@ article.sticky::before {
.wp-lightbox-overlay .close-button {
fill: var(--text-color) !important;
}
.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body {
background: var(--background)!important;
}