mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: change color of doctag on night mode
Fixes: https://github.com/nodejs/node/issues/38641 PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
James M Snell
parent
df744dbb95
commit
67ecd05d7a
@@ -36,7 +36,8 @@
|
||||
}
|
||||
|
||||
.dark-mode .hljs-keyword,
|
||||
.dark-mode .hljs-attribute {
|
||||
.dark-mode .hljs-attribute,
|
||||
.dark-mode .hljs-doctag {
|
||||
color: #66d9ef;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user