Skip to content

Commit cf49551

Browse files
fix colors in dark mode
1 parent 1af1f29 commit cf49551

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

theming/theme-dark.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,11 @@ a {
193193
.box {
194194
background-color: $panel-bg !important;
195195
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
196+
border-color: $btn-border-color !important;
196197

197198
&:hover {
198199
background-color: lighten($panel-bg, 3%) !important;
200+
border-color: $lp-cyan !important;
199201
}
200202
}
201203

@@ -250,6 +252,10 @@ code {
250252
color: $text-muted !important;
251253
}
252254

255+
.citation-title {
256+
color: $foreground !important;
257+
}
258+
253259
.button--primary {
254260
background-color: transparent !important;
255261
color: $links !important;

0 commit comments

Comments
 (0)