docs: add css for inline code
This commit is contained in:
parent
068e29c265
commit
80006d2f28
1 changed files with 10 additions and 0 deletions
|
|
@ -33,6 +33,16 @@ a[href^="http"]:after {
|
|||
padding: $padding 0;
|
||||
}
|
||||
|
||||
#main-content code:not(pre code, a code) {
|
||||
color: #c7254e;
|
||||
font-size: 0.9em;
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #eaeaea;
|
||||
border-radius: 3px;
|
||||
margin: 0 2px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
position: fixed;
|
||||
background: white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue