[css] make code standout more
This commit is contained in:
parent
6143ce22dc
commit
7309279ee9
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue