feat: update code style

This commit is contained in:
Sivan 2020-02-14 17:49:40 +08:00
parent fd5e303b2c
commit 3321e9ebfe
2 changed files with 13 additions and 1 deletions

View file

@ -82,5 +82,15 @@
word-wrap: normal;
background-color: rgba(0, 0, 0, 0.054);
border-radius: 4px;
code {
margin-inline-start: inherit;
margin-inline-end: inherit;
padding: 0;
border: 0;
border-radius: 0;
background-color: transparent;
color: inherit;
}
}
}