This commit is contained in:
Vanessa 2023-06-28 22:40:34 +08:00
parent cfc4da244e
commit 69cd8f735d
47 changed files with 126 additions and 202 deletions

View file

@ -79,7 +79,7 @@
vertical-align: middle;
background-color: #f3f3f3;
border: solid 1px rgba(0, 0, 0, .06);
border-radius: 3px;
border-radius: 6px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06);
}
@ -119,7 +119,7 @@
pre code {
background-color: #f8f9fa;
border-radius: 4px;
border-radius: 6px;
padding: 8px 16px;
font-size: 85%;
font-family: mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";