Advertisement
iama_alpaca

bananocoin_site_dark_mode

Aug 5th, 2018
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.51 KB | None | 0 0
  1. header {
  2.     background-color: #202020 !important;
  3. }
  4. #particles-js {
  5.     background-color: #549553 !important;
  6. }
  7. body {
  8.     background-color: #202020 !important;
  9.     color: #fff;
  10. }
  11. .btn.btn-banano-yellow,
  12. .comment-form input.btn-banano-yellow[type="submit"],
  13. .search-form .btn-banano-yellow.search-submit {
  14.     background-color: #ceb403 !important;
  15. }
  16. .btn.btn-banano-yellow:hover,
  17. .comment-form input.btn-banano-yellow[type="submit"]:hover,
  18. .search-form .btn-banano-yellow.search-submit:hover {
  19.     background-color: #3b3bff !important;
  20.     color: #fff !important;
  21. }
  22. .section#hero:hover {
  23.     background-color: #000 !important;
  24. }
  25. .btn,
  26. .comment-form input[type="submit"],
  27. .search-form .search-submit {
  28.     color: #202020 !important;
  29.     font-weight: 600 !important;
  30. }
  31. footer {
  32.     background-color: #202020 !important;
  33.     border-top: 1px solid #202020 !important;
  34. }
  35. header a {
  36.     color: #fbdd11 !important;
  37.     font-weight: 600 !important;
  38. }
  39. .section#wallets {
  40.     background-color: #549553 !important;
  41. }
  42. .section#testimonials {
  43.     background-color: #ad9e33 !important;
  44. }
  45. .section#team .team-item_container {
  46.     background-color: #ad9e33 !important;
  47. }
  48. .section#news .news-items {
  49.     border-bottom: 1px solid #202020 !important;
  50. }
  51. .card {
  52.     color: #000 !important;
  53.     background-color: #ccc !important;
  54. }
  55. .btn.btn-banano-light,
  56. .comment-form input.btn-banano-light[type="submit"],
  57. .search-form .btn-banano-light.search-submit {
  58.     background-color: #eeeeee;
  59.     color: #212529;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement