fauzanjeg

Some customization and fix

Mar 8th, 2021 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. /* Dark mode fix like meta issue*/
  2. .jnews-dark-mode.single-post .entry-header .meta_right .jeg_meta_like .fa {
  3.     background-color: unset;
  4. }
  5.  
  6. /* Dark mode like button color */
  7. .jnews-dark-mode .wp_ulike_general_class .count-box,
  8. .jnews-dark-mode .wp_ulike_general_class svg {
  9.     color: #ffffff;
  10.     stroke:  #ffffff;
  11. }
  12.  
  13. /* Dark mode color for li element in main content */
  14. .jnews-dark-mode .jeg_content .jeg_main_content li {
  15.     color: var(--j-txt-color)!important;
  16. }
  17.  
  18. /* Normal color for li element in main content */
  19. .jeg_content .jeg_main_content li {
  20.     color: #292929;
  21. }
  22.  
  23. /* Dark mode color for link in li element in main content */
  24. .jnews-dark-mode .jeg_content .jeg_main_content li a {
  25.     color: #4158d6 !important;
  26. }
Add Comment
Please, Sign In to add comment