updated colors for code snippets in markdown
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m21s
Build Docker Image / Clean-Registry (push) Successful in 3s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-06 08:37:57 +01:00
parent a13b4f40d4
commit d0866ab73f
3 changed files with 12 additions and 0 deletions

View File

@@ -74,6 +74,10 @@ tr:hover .taglist .tag button {
color: black; color: black;
} }
.code{
color: orangered;
}
.error { .error {
background-color: red; background-color: red;
color: black; color: black;

View File

@@ -72,6 +72,10 @@ tr:hover .taglist .tag button {
color: black; color: black;
} }
.code{
color: chocolate;
}
.em { .em {
background: rgba(255, 215, 0, 0.09); background: rgba(255, 215, 0, 0.09);
} }

View File

@@ -67,6 +67,10 @@ tr:hover .taglist .tag button {
color: black; color: black;
} }
.code{
color: black;
}
.error { .error {
background-color: red; background-color: red;
color: black; color: black;