with markdown enable, inline <code> looks now much better :)
This commit is contained in:
parent
4099ef57e6
commit
ba90344999
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ pre {
|
|||
box-shadow: 3px 3px 6px black;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border-radius: 3px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
ul, li, ol { margin: 0; padding: 0 }
|
||||
|
||||
/* === Form === */
|
||||
|
|
Loading…
Reference in a new issue