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

View File

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