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:
Qingyu Deng
2021-05-12 19:58:49 +08:00
committed by James M Snell
parent df744dbb95
commit 67ecd05d7a

View File

@@ -36,7 +36,8 @@
}
.dark-mode .hljs-keyword,
.dark-mode .hljs-attribute {
.dark-mode .hljs-attribute,
.dark-mode .hljs-doctag {
color: #66d9ef;
}