Skip to content

Commit f8720e7

Browse files
committed
Fix links in blockquote
1 parent 63cd58a commit f8720e7

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

assets/less/content/general.less

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ blockquote {
112112
&.error,
113113
&.info,
114114
&.neutral {
115-
color: #000;
115+
color: @black;
116116
border-radius: 10px;
117117
border-left: 0;
118118
}
@@ -157,10 +157,10 @@ blockquote {
157157

158158
&.warning {
159159
background-color: #f3ac55;
160-
color: #000;
160+
color: @black;
161161

162162
&::before {
163-
color: #000;
163+
color: @black;
164164
content: @icon-error-warning;
165165
}
166166
}

assets/less/night/content/general.less

+11-8
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ a {
1313
.linkUnderlines(@nightTextHeaders);
1414
}
1515

16-
a.no-underline {
17-
text-decoration: none;
18-
}
19-
2016
a.view-source {
2117
color: #939393;
2218
text-decoration: none;
@@ -46,7 +42,14 @@ img[src*="#gh-light-mode-only"] {
4642
display: none;
4743
}
4844

49-
blockquote code {
50-
background-color: @codeBackground;
51-
border: 1px solid darken(@codeBackground, 10%);
52-
}
45+
blockquote {
46+
a {
47+
color: @black;
48+
.linkUnderlines(@black);
49+
}
50+
51+
code {
52+
background-color: @codeBackground;
53+
border: 1px solid darken(@codeBackground, 10%);
54+
}
55+
}

formatters/html/dist/elixir-9c72061341c71d26e0ce.css formatters/html/dist/elixir-69d615db1d0fc8b2ce48.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-c45928721bb78840f790.css formatters/html/dist/erlang-8c6f5f86b78d079b619e.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)