web/css/livres.css

20 lines
194 B
CSS
Raw Normal View History

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