💄 Improve style for inline code
This commit is contained in:
parent
9dd9d1e63a
commit
1543a8b1b6
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ body{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
color: rgb(33, 37, 41);
|
color: rgb(33, 37, 41);
|
||||||
|
code {
|
||||||
|
font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, "Microsoft YaHei", monospace;
|
||||||
|
font-size: 14px;
|
||||||
|
background-color: #e3e6e8;
|
||||||
|
padding: 2px 4px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.page{
|
.page{
|
||||||
|
|
Loading…
Add table
Reference in a new issue