Merge pull request #3279 from thabaum/patch-5

Updates Child Page Link Color in Theme Creator Template - Theme.css - Fixes #3278
This commit is contained in:
Shaun Walker 2023-09-21 09:57:30 -04:00 committed by GitHub
commit 4ab4bf4a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,10 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
color: #000000;
}
.dropdown-menu span {
mix-blend-mode: difference;
}
@media (max-width: 767px) {
.app-menu {