Skip to content

Commit 63cd58a

Browse files
committed
Fix code tags inside admonotion blocks in dark mode, closes #1519
1 parent fe44eda commit 63cd58a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

assets/less/night/content/general.less

+5
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ a.view-source {
4545
img[src*="#gh-light-mode-only"] {
4646
display: none;
4747
}
48+
49+
blockquote code {
50+
background-color: @codeBackground;
51+
border: 1px solid darken(@codeBackground, 10%);
52+
}

assets/less/night/night.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ body.night-mode {
1919

2020
blockquote {
2121
border-left: 3px solid rgb(68, 68, 76);
22-
background-color: rgb(44, 44, 49)
22+
background-color: rgb(44, 44, 49);
2323
}
2424
}

formatters/html/dist/elixir-b2f127a8512920f0fe13.css formatters/html/dist/elixir-9c72061341c71d26e0ce.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/erlang-620c915ead90f9a19993.css formatters/html/dist/erlang-c45928721bb78840f790.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)