default.css 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ::selection {
  2. background-color:#4745e4;
  3. color: #fff;
  4. }
  5. ::-moz-selection {
  6. background-color:#4745e4;
  7. color: #fff;
  8. }
  9. .m-btn-t-theme,
  10. .blog-item .blog-content h4 a:hover,
  11. .theme-color {
  12. color:#4745e4;
  13. }
  14. .form-group .input-focus-effect,
  15. .m-btn-t-theme:hover,
  16. .theme-after-bg:after,
  17. .btn-theme,
  18. .theme-bg {
  19. background:#4745e4;
  20. }
  21. .m-btn-t-theme,
  22. .border-theme,
  23. .btn-theme {
  24. border-color:#4745e4;
  25. }
  26. .tab-style-1 .nav .nav-item a.active,
  27. .owl-dots .owl-dot.active,
  28. .m-btn-theme,
  29. .title-section h2:after,
  30. .theme-before:before,
  31. .theme-after:after,
  32. .theme-hover:hover,
  33. .theme-g-bg{
  34. background: #18cff5;
  35. background: -webkit-linear-gradient(to right, #4745e4, #18cff5);
  36. background: linear-gradient(to right, #4745e4, #18cff5);
  37. }
  38. /*Reverce*/
  39. .about-text li:hover i,
  40. .m-btn-theme:hover{
  41. background: #4745e4;
  42. background: -webkit-linear-gradient(to right, #18cff5, #4745e4);
  43. background: linear-gradient(to right, #18cff5, #4745e4);
  44. }
  45. @media (max-width: 991px){
  46. .header {
  47. background:#4745e4;
  48. }
  49. }