We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e778f8 commit 9260880Copy full SHA for 9260880
1 file changed
_sass/_base.scss
@@ -871,11 +871,15 @@ footer.sticky-bottom {
871
872
.bibtex-modal-content {
873
margin: 0;
874
- background: #f3f4f6;
+ background: #f8fafc !important;
875
white-space: pre-wrap;
876
word-break: break-word;
877
}
878
879
+.bibtex-modal-content code {
880
+ background: transparent !important;
881
+}
882
+
883
.bibtex-modal-actions {
884
display: flex;
885
justify-content: flex-end;
0 commit comments