web/css/livres.css

20 lines
194 B
CSS
Raw Normal View History

2023-04-02 20:54:49 +02:00
.infos-livre {
font-weight: bold;
}
.gras {
font-weight: bold;
}
.titre {
font-style: italic;
}
2023-05-04 23:13:48 +02:00
.spoil {
background-color: black;
}
.spoil:hover {
background-color: transparent;
}