Skip to content

Commit

Permalink
doc: change color of doctag on night mode
Browse files Browse the repository at this point in the history
Fixes: #38641

PR-URL: #38652
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Ayase-252 authored and targos committed Jun 11, 2021
1 parent 8a44ee4 commit fa35c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api_assets/hljs.css
Expand Up @@ -36,7 +36,8 @@
}

.dark-mode .hljs-keyword,
.dark-mode .hljs-attribute {
.dark-mode .hljs-attribute,
.dark-mode .hljs-doctag {
color: #66d9ef;
}

Expand Down

0 comments on commit fa35c06

Please sign in to comment.