Tweak highlighting of bash snippets

This commit is contained in:
Philipp Oppermann
2023-04-09 20:09:22 +02:00
parent 7262e552ae
commit c337650fb3

View File

@@ -290,8 +290,7 @@ pre {
}
&.language-bash mark {
font-weight: bold;
text-decoration: underline;
text-decoration-color: rgba(255, 255, 155, 1);
color: rgba(255, 255, 255, 1);
}
}
pre code {