web/css/livres.css
2023-05-04 23:15:10 +02:00

20 lines
194 B
CSS

.infos-livre {
font-weight: bold;
}
.gras {
font-weight: bold;
}
.titre {
font-style: italic;
}
.spoil {
background-color: black;
}
.spoil:hover {
background-color: transparent;
}