Skip to content

Commit fa35c06

Browse files
Ayase-252targos
authored andcommitted
doc: change color of doctag on night mode
Fixes: #38641 PR-URL: #38652 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8a44ee4 commit fa35c06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api_assets/hljs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737

3838
.dark-mode .hljs-keyword,
39-
.dark-mode .hljs-attribute {
39+
.dark-mode .hljs-attribute,
40+
.dark-mode .hljs-doctag {
4041
color: #66d9ef;
4142
}
4243

0 commit comments

Comments
 (0)