Skip to content
Snippets Groups Projects
Commit a7ca8534 authored by psy's avatar psy
Browse files

Merge branch 'theme-fix' into 'master'

attempt to fix theme

See merge request !61
parents 8c97940f 23d2118f
No related branches found
No related tags found
1 merge request!61attempt to fix theme
Pipeline #9286 passed
...@@ -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