Skip to content

Commit

Permalink
Fix list-style for bibliographies in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Mar 8, 2024
1 parent a39e241 commit 582f976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/assets/citations.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.citation ul {
padding: 0 0 2.25em 0;
margin: 0;
list-style: none;}
list-style: none !important;}
.citation ul li {
text-indent: -2.25em;
margin: 0.33em 0.5em 0.5em 2.25em;}
Expand Down

0 comments on commit 582f976

Please sign in to comment.