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 { &.language-bash mark {
font-weight: bold; font-weight: bold;
text-decoration: underline; color: rgba(255, 255, 255, 1);
text-decoration-color: rgba(255, 255, 155, 1);
} }
} }
pre code { pre code {