OA.css 432 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #time {
  2. color: #898989;
  3. font-style: italic;
  4. font-weight: 400;
  5. }
  6. #artist_name {
  7. font-style: italic;
  8. font-weight: 400;
  9. color: #696969;
  10. }
  11. #nome_oggetto {
  12. color: #b61924;
  13. font-weight: 400;
  14. }
  15. #artist .row {
  16. padding-left: 0px;
  17. }
  18. #artist .col-9 {
  19. padding-left: 0px;
  20. }
  21. .btn-menu {
  22. color: #a7a7a7;
  23. text-transform: uppercase;
  24. }
  25. .btn-menu:hover {
  26. color: #fff;
  27. }
  28. .navbar-nav .active {
  29. color: #fff;
  30. }