Skip to content

Commit 9260880

Browse files
Yuxuan HouYuxuan Hou
authored andcommitted
1
1 parent 2e778f8 commit 9260880

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_sass/_base.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,11 +871,15 @@ footer.sticky-bottom {
871871

872872
.bibtex-modal-content {
873873
margin: 0;
874-
background: #f3f4f6;
874+
background: #f8fafc !important;
875875
white-space: pre-wrap;
876876
word-break: break-word;
877877
}
878878

879+
.bibtex-modal-content code {
880+
background: transparent !important;
881+
}
882+
879883
.bibtex-modal-actions {
880884
display: flex;
881885
justify-content: flex-end;

0 commit comments

Comments
 (0)