fixing site map color and album hover in line display + dark mode

This commit is contained in:
Matthieu Leproux
2021-09-09 10:03:49 +02:00
parent d62396469b
commit 0ee8772b9e
3 changed files with 19 additions and 7 deletions
+6
View File
@@ -167,6 +167,12 @@ TABLE.languages TR TD { padding: 7px 20px; }
border-radius: 10px;
}
.albumIconLineHover {
background: #f98100! important;
color: #ffd7ad;
transition: 0.5s ease;
}
.albumIcon {
height: 80px;
display: flex;