Skip to content

Commit 19fb924

Browse files
committed
fix note dark mode
1 parent 0d903c0 commit 19fb924

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

_sass/custom/custom.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ div.highlighter-rouge div.highlight {
2424

2525
// Place all of your course-specific CSS here.
2626
@import './course_overrides';
27+
28+
// fix Note block colors for dark mode
29+
p.note, blockquote.note {
30+
border-left-color: #7253ed;
31+
32+
}
33+
p.note::before {
34+
color: #7253ed;
35+
font-weight: bold;
36+
}

0 commit comments

Comments
 (0)