theme5.css 590 B

123456789101112131415161718192021222324252627
  1. body{
  2. background:#EEF5F9 !important;
  3. }
  4. .container{
  5. background:linear-gradient(to left, #7b4397, #2196f3);
  6. }
  7. .left-nav{
  8. background:#fff !important;
  9. }
  10. .left-nav a{
  11. color:#686a76 !important;
  12. }
  13. .left-nav a.active{
  14. background: linear-gradient(to left, #7c8ce4, #2196f3) !important;
  15. color: #fff !important;
  16. border-color: #7b4397 !important;
  17. }
  18. .left-nav a:hover{
  19. background: linear-gradient(to left, #7c8ce4, #2196f3) !important;
  20. color: #fff !important;
  21. border-color: #7b4397 !important;
  22. }
  23. .container .logo a{
  24. background: rgba(0,0,0,0) !important;
  25. }