feat: update code style
This commit is contained in:
parent
fd5e303b2c
commit
3321e9ebfe
2 changed files with 13 additions and 1 deletions
|
@ -82,5 +82,15 @@
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
background-color: rgba(0, 0, 0, 0.054);
|
background-color: rgba(0, 0, 0, 0.054);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
code {
|
||||||
|
margin-inline-start: inherit;
|
||||||
|
margin-inline-end: inherit;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,8 +28,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
margin-inline-start: 0.25em;
|
||||||
|
margin-inline-end: 0.25em;
|
||||||
font-family: $font-family-mono;
|
font-family: $font-family-mono;
|
||||||
font-size: $font-size-small;
|
font-size: 0.875em;
|
||||||
}
|
}
|
||||||
|
|
||||||
dfn {
|
dfn {
|
||||||
|
|
Loading…
Reference in a new issue