[css] make code standout more

This commit is contained in:
Gaspard Jankowiak 2022-01-27 10:13:15 +01:00
parent 6143ce22dc
commit 7309279ee9

View file

@ -71,8 +71,8 @@ header h1 { font-size: 1.5em; margin:0 0 0.3em 0; }
header a { color: $text; }
pre { background-color: #f5f5f5; padding: 0.5em; margin: 0.5em 0; }
code { font-family: mono; }
pre { background-color: white; padding: 0.5em; margin: 0.5em 0; }
code { font-family: mono;background-color: white;color: #333;padding-left: 0.3em; padding-right: 0.3em; }
code.language-ssh-key { word-wrap: break-word; word-break: break-all; white-space: pre-line; }