Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Custom Change || Background Color of Registration Form on Dark Mode */
- .jnews-dark-mode #user-registration .ur-frontend-form {
- background-color:var(--j-bg-color);
- border-color:var(--j-border-color);
- }
- /* Custom Change || For Background Color on Account Page */
- .jnews-dark-mode.logged-in.user-registration-account #user-registration,
- .jnews-dark-mode.logged-in.user-registration-account #user-registration .user-registration-MyAccount-navigation {
- background-color: var(--j-dark-bg-color);
- }
- /* Custom Change || For Menu Font Color on Account Page */
- .jnews-dark-mode .entry-content .content-inner span {
- color: var(--j-link-txt-color);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement