Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Dark mode fix like meta issue*/
- .jnews-dark-mode.single-post .entry-header .meta_right .jeg_meta_like .fa {
- background-color: unset;
- }
- /* Dark mode like button color */
- .jnews-dark-mode .wp_ulike_general_class .count-box,
- .jnews-dark-mode .wp_ulike_general_class svg {
- color: #ffffff;
- stroke: #ffffff;
- }
- /* Dark mode color for li element in main content */
- .jnews-dark-mode .jeg_content .jeg_main_content li {
- color: var(--j-txt-color)!important;
- }
- /* Normal color for li element in main content */
- .jeg_content .jeg_main_content li {
- color: #292929;
- }
- /* Dark mode color for link in li element in main content */
- .jnews-dark-mode .jeg_content .jeg_main_content li a {
- color: #4158d6 !important;
- }
Add Comment
Please, Sign In to add comment