Skip to content
Snippets Groups Projects
Commit 00c8ba00 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Use a lighter color for background of code blocks

parent 34020d88
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!455add TUD CD grey tones, change code block bg-color
......@@ -18,6 +18,10 @@
--md-primary-fg-color: rgb(0, 37, 87);
--md-primary-fg-color--light: rgb(39, 66, 117);
--md-footer-bg-color: rgb(0, 37, 87);
--tud-blue-20: rgb(191, 201, 215);
--tud-blue-10: rgb(207, 214, 225);
--ms-blue: rgb(233, 237, 242);
/* secondary colors */
--tud-grey-100: rgb(51, 51, 51);
--tud-grey-95: rgb(102, 102, 102);
......@@ -82,7 +86,9 @@ strong {
.md-typeset code {
word-break: normal;
background-color: var(--grey-75);
#background-color: var(--grey-75);
#background-color: var(--tud-blue-10);
background-color: var(--ms-blue);
}
.md-typeset .admonition,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment