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 <[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]>
  • 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
Original file line number Diff line number Diff line change
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.