Files
deck/css/collections.css
T
2019-03-25 14:51:42 +01:00

11 lines
181 B
CSS

.icon-deck {
background-image: url('../img/deck-dark.svg');
}
.resource-type-deck img {
opacity: 0.4 !important;
}
.resource-type-deck:hover img {
opacity: 0.7 !important;
}