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:
David Karlsson
2023-12-21 16:03:36 +01:00
parent 2f779a076d
commit b7e3ae1c69

View File

@@ -508,7 +508,7 @@
}
/* NameOther */
.nx {
color: #aa89ea;
color: #ffffff;
}
/* NameProperty */
.py {