mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
Tiny CSS change: add background to inline code values.
This commit is contained in:
parent
6452962f36
commit
730f57a751
1 changed files with 7 additions and 0 deletions
|
@ -82,3 +82,10 @@ pre {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p > code {
|
||||||
|
margin: 0px 2px;
|
||||||
|
padding: 2px 5px;
|
||||||
|
background-color: #f1f1ff;
|
||||||
|
border-radius: 3px 3px 3px 3px;
|
||||||
|
}
|
Loading…
Reference in a new issue