mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
hugo: use white text for code identifiers
NameOther identifiers had a dark violet color in dark mode, making them illegible in e.g. code blocks. Changed to plain white. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -508,7 +508,7 @@
|
||||
}
|
||||
/* NameOther */
|
||||
.nx {
|
||||
color: #aa89ea;
|
||||
color: #ffffff;
|
||||
}
|
||||
/* NameProperty */
|
||||
.py {
|
||||
|
||||
Reference in New Issue
Block a user