theme4.css 309 B

123456789101112131415161718192021
  1. body{
  2. background:#E4E4E4;
  3. }
  4. .container{
  5. background:#019587;
  6. }
  7. .left-nav{
  8. background:#263035;
  9. }
  10. .left-nav a{
  11. color:#fff;
  12. }
  13. .left-nav a.active{
  14. background: #212525 !important;
  15. color: #fff !important;
  16. }
  17. .left-nav a:hover{
  18. background: #212525 !important;
  19. color: #fff !important;
  20. }