chore: change inline code block background color
This commit is contained in:
parent
53b8fa2fc2
commit
816980cf76
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ code {
|
|||
padding: 1px 5px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
background-color: $brand-color;
|
||||
background-color: #545454;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in a new issue