Skip to content
Snippets Groups Projects
Commit 23d2118f authored by stuebinm's avatar stuebinm
Browse files

attempt to fix theme

(currently, <code>-tags are weirdly white)
parent 682eb39b
No related branches found
No related tags found
1 merge request!61attempt to fix theme
...@@ -174,9 +174,9 @@ code.code-large, .rst-content tt.code-large { ...@@ -174,9 +174,9 @@ code.code-large, .rst-content tt.code-large {
code { code {
padding: 2px 5px; padding: 2px 5px;
background: #fff; background: black;
border: solid 1px #e1e4e5; border: solid 1px #555;
color: #333; color: white;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment