Advertisement
GochiSiyan

custom CSS

Mar 24th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .jnews-dark-mode .jeg_midbar.jeg_container {
  2. background-color: red !important;
  3. }
  4.  
  5. .jnews-dark-mode .jeg_top_menu li:hover {
  6. background-color:blue !important;
  7. }
  8. .jnews-dark-mode .jeg_top_menu li>a:hover {
  9. color:#efff00 !important;
  10. }
  11.  
  12. .jeg_midbar, .jeg_midbar.dark {
  13. border-top-width: 1px;
  14. border-top-color: #997955;
  15. border-top-style: solid;
  16. }
  17.  
  18. .jnews-dark-mode .jeg_stickybar {
  19. border-bottom-color:red !important;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement