commit 55af6522a6b8c8adf27e296b19d2e42ac7fe5dee
parent 174f1fa256f03d845e9063adaf25465e68dab19a
Author: Alexey Yerin <yyp@disroot.org>
Date: Mon, 25 Apr 2022 11:03:24 +0300
cmd/haredoc/html: use a more contrast color for build tags on dark theme
Signed-off-by: Alexey Yerin <yyp@disroot.org>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/cmd/haredoc/html.ha b/cmd/haredoc/html.ha
@@ -1046,6 +1046,10 @@ details pre {
.comment {
color: #fff;
}
+
+ .heading-extra {
+ color: #9b9997;
+ }
}
</style>
<nav>