Skip to content

Commit ac08abb

Browse files
authored
HTML: make bibliography entries far easier to read by putting them in slightly colored boxes. (#279)
1 parent 0edbaab commit ac08abb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

theme/html/default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,11 @@ figure img + figcaption {
296296
color: #5B8FF9;
297297
}
298298

299+
.csl-entry {
300+
background-color:rgb(239, 239, 239);
301+
padding: 0.5em 1em;
302+
margin: 1em 0;
303+
}
299304
/*.index-entry-text::after {
300305
content: ", "
301306
}*/

0 commit comments

Comments
 (0)