|
@@ -36,14 +36,16 @@ Tags: two-columns, custom-colors, custom-menu, custom-logo, editor-style, featur
|
|
|
/**
|
|
|
* Navigation on dark background
|
|
|
*/
|
|
|
-.wp-block-navigation .has-black-background-color a:where(:not(.wp-element-button)):hover {
|
|
|
- color: var(--wp--preset--color--white);
|
|
|
+
|
|
|
+.has-orange-background-color .has-black-background-color .wp-block-navigation-item a:where(:not(.wp-element-button)):active {
|
|
|
+ color: var(--wp--preset--color--brown);
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation .has-black-background-color a:where(:not(.wp-element-button)):active {
|
|
|
+.has-black-background-color .wp-block-navigation-item a:where(:not(.wp-element-button)):active {
|
|
|
color: var(--wp--preset--color--orange);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* Search input on dark background
|
|
|
*/
|