You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
535 B

  1. body.inverted {
  2. background-color: $main-color;
  3. #container {
  4. background: $main-color;
  5. color: #fff;
  6. }
  7. header {
  8. .inside {
  9. background: $main-color;
  10. .logo {
  11. svg {
  12. path {
  13. fill: #fff !important;
  14. }
  15. }
  16. }
  17. .line {
  18. border-color: #fff;
  19. }
  20. .mod_changelanguage {
  21. a, strong.active {
  22. color: #fff;
  23. }
  24. }
  25. .nav-icon:after,
  26. .nav-icon:before,
  27. .nav-icon div {
  28. background-color: #fff;
  29. }
  30. }
  31. }
  32. main {
  33. a {
  34. color: inherit;
  35. }
  36. }
  37. }