Untitled

 avatar
unknown
plain_text
2 years ago
431 B
4
Indexable
.pg-mobile-760 .darkmode--activated #main-nav:not(.fixed) {
	filter: none;
}

@media only screen and (max-width: 767px) {
	.pg-mobile-760 .darkmode--activated #main-nav:not(.fixed) .main-navigation > * {
		filter: invert(1);
	}

	.pg-mobile-760 .darkmode--activated #main-nav:not(.fixed) {
		background: #fff !important;
	}

	.pg-mobile-760 .darkmode--activated #main-nav.fixed {
		background: #000 !important;
	}
}
Editor is loading...
Leave a Comment