arcolinux-info.css 455 B

123456789101112131415161718192021222324252627
  1. body {
  2. font-size: 13px;
  3. background-color: #282a36 !important;
  4. color: #d0d0d0 !important;
  5. }
  6. #main-header {
  7. background-color: #282a36 !important;
  8. margin: 0;
  9. }
  10. #et-navigation > ul > li > a {
  11. color: #c3e88d !important;
  12. }
  13. .widget_text .textwidget {
  14. background-color: #434758 !important;
  15. }
  16. h4.widgettitle {
  17. color: #d0d0d0 !important;
  18. background-color: #434758 !important;
  19. }
  20. .textwidget p {
  21. color: #d0d0d0 !important;
  22. }