12345678910111213141516171819202122232425262728293031323334353637 |
- #time {
- color: #898989;
- font-style: italic;
- font-weight: 400;
- }
- #artist_name {
- font-style: italic;
- font-weight: 400;
- color: #696969;
- }
- #nome_oggetto {
- color: #b61924;
- font-weight: 400;
- }
- #artist .row {
- padding-left: 0px;
- }
- #artist .col-9 {
- padding-left: 0px;
- }
- .btn-menu {
- color: #a7a7a7;
- text-transform: uppercase;
- }
- .btn-menu:hover {
- color: #fff;
- }
- .navbar-nav .active {
- color: #fff;
- }
|