radiocampus/homepage: add recently played

This commit is contained in:
2024-09-03 14:00:49 +02:00
parent 6615ebe5da
commit 86e0b1a7a0
6 changed files with 113 additions and 65 deletions

View File

@ -90,7 +90,7 @@ body.yellow.home #grandlogo img {
content: url('/static/radiocampus/logos/logo-RC-bleu2.png');
}
body.yellow .nav .nav-item.active {
color: #7E6B64 !important;
color: #738EF2 !important;
}
body.blue #grandlogo img, body.yellow #grandlogo img {
width: 120px;
@ -150,7 +150,7 @@ a.heading.title:hover {
display: none;
}
.nav.secondary .nav-item {
color: #7E6B64 !important;
color: black !important;
}
.nav-item:hover {
opacity: 0.8;