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.

32 lines
779 B

  1. @font-face {
  2. font-family: Elianto;
  3. src: url('../fonts/Elianto/Elianto.otf');
  4. }
  5. body {
  6. /*background: #15191e!important;*/
  7. background: #000000!important;
  8. color: #ffffff!important;
  9. font-family: 'Open Sans', sans-serif!important;
  10. }
  11. .card {
  12. background: #1f262d!important;
  13. /*background: #15191e!important;
  14. color: #ffffff!important;*/
  15. /*border: 1px solid #ffffff!important;*/
  16. background: #000000!important;
  17. color: #ffffff!important;
  18. }
  19. h1, h2, h3, h4, h5, h6 {
  20. /*font-family: 'Raleway', sans-serif!important;*/
  21. font-family: 'Overpass Mono', monospace!important;
  22. }
  23. .navbar-brand, .card-title, .navbar-nav {
  24. font-family: 'Overpass Mono', monospace!important;
  25. }
  26. .btn {
  27. font-family: 'Overpass Mono', monospace!important;
  28. }