chore: change inline code block background color

This commit is contained in:
jeffreytse 2020-08-27 12:39:40 +08:00
parent 53b8fa2fc2
commit 816980cf76

View file

@ -154,7 +154,7 @@ code {
padding: 1px 5px;
border-radius: 3px;
color: #fff;
background-color: $brand-color;
background-color: #545454;
}
pre {