How to change Dark mode border color?
-
Hi,
i want to change border color, when dark mode is active on below code
html.wp-dark-mode-active :not(.wp-dark-mode-ignore):not(img):not(a):not(.elementor-element-overlay):not(.elementor-background-overlay) {
color: var(--wp-dark-mode-text) !important;
border-color: var(--wp-dark-mode-border) !important;
background-color: var(--wp-dark-mode-bg) !important;
}i tried by change on my custom css code like below
html.wp-dark-mode-active :not(.wp-dark-mode-ignore):not(img):not(a):not(.elementor-element-overlay):not(.elementor-background-overlay) {
border-color: #fff !important;
}Not working for me Please help me with this.
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to change Dark mode border color?’ is closed to new replies.