Updates Child Page Link Color in Theme.css

This commit is contained in:
Cody
2023-09-20 17:12:04 -07:00
committed by GitHub
parent 44f093b2fa
commit 5ea5c6ff7d

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 {