Skip to content

Commit bb6bb3e

Browse files
committed
upd style
1 parent 8e64a65 commit bb6bb3e

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.inline-code {
2-
background: rgba(251,241,241,0.78);
3-
color: #C44545;
4-
padding: 4px 6px;
5-
border-radius: 2px;
6-
margin: 0 2px;
7-
font-family: Menlo, Monaco, Consolas, Courier New, monospace;
8-
font-size: 0.9em;
2+
background: rgba(250, 239, 240, 0.78);
3+
color: #b44437;
4+
padding: 3px 4px;
5+
border-radius: 5px;
6+
margin: 0 1px;
7+
font-family: inherit;
8+
font-size: 0.86em;
9+
font-weight: 500;
10+
letter-spacing: 0.3px;
911
}

0 commit comments

Comments
 (0)