Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .navbar-brand {
  2.     color: #2fdfff!important;
  3. }
  4. .close {
  5.     opacity: .5 ;
  6.     -webkit-appearance: none;
  7. }
  8.  
  9. .close:focus,
  10. .close:hover {
  11.     opacity: .75
  12. }
  13.  
  14. .carousel-inner img {
  15.     max-height: 480px;
  16. }
  17.  
  18. .col-4 .rounded-circle {
  19.     width: 36px;
  20.     height: 36px;
  21. }
  22.  
  23. .flex-row .rounded-circle {
  24.     width: 28px;
  25.     height: 28px;
  26. }
  27.  
  28. .flex-row .rounded-circle:hover {
  29.     background-color: #2fdfff!important;
  30. }