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.

20 lines
341 B

  1. .dark-theme {
  2. background: #232729;
  3. color: #d9d9d9;
  4. }
  5. .dark-theme
  6. .card,
  7. .list-group-item,
  8. input,
  9. .nav-link {
  10. background: none!important;
  11. border-color: #3b4145;
  12. }
  13. .dark-theme input {
  14. color: #00ffd8;
  15. }
  16. .dark-theme input:focus {
  17. color: #00ffd8;
  18. box-shadow: 0px 0px 5px #00ffd8!important;
  19. border: none;
  20. }