style_dark.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. span#appearance-switch {
  2. color: #f5f5f5;
  3. }
  4. body, .hero, .section {
  5. background-color: #363636;
  6. }
  7. .hero {
  8. color: #f5f5f5;
  9. }
  10. .hero .subtitle, .hero strong, .hero .title,
  11. .section .subtitle, .section strong, a:hover, .section .title,
  12. .menu-label {
  13. color: rgba(245,245,245,.9);
  14. }
  15. .pagination-link:hover, .pagination-next:hover, .pagination-previous:hover {
  16. color: rgba(245,245,245,.9);
  17. }
  18. .message strong {
  19. color: #363636;
  20. }
  21. section#home #b {
  22. background-color: #202020;
  23. }
  24. .menu-list a {
  25. color: rgba(245,245,245,.9);
  26. }
  27. .menu-list a:hover {
  28. background-color: #202020;
  29. }
  30. table {
  31. background-color: #363636 !important;
  32. }
  33. .table td, .table th {
  34. color: #f5f5f5 !important;
  35. }
  36. table tr:hover {
  37. background-color: #151515 !important;
  38. }
  39. .table.is-striped tbody tr:nth-child(even) {
  40. background-color: #303030 !important;
  41. }
  42. input {
  43. background-color: #505050 !important;
  44. color: #f0f0f0 !important;
  45. border-color: #303030 !important;
  46. }
  47. ::placeholder {
  48. color: #d0d0d0 !important;
  49. }