Skip to content

Commit 91db976

Browse files
committed
style: modify alert style. #258
1 parent 252921d commit 91db976

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/styles/markdown.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ body[data-color-mode*='light'] {
214214

215215
.wmde-markdown {
216216
-webkit-text-size-adjust: 100%;
217-
font-family: -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
217+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif,
218+
'Apple Color Emoji', 'Segoe UI Emoji';
218219
font-size: 16px;
219220
line-height: 1.5;
220221
word-wrap: break-word;
@@ -1080,8 +1081,7 @@ body[data-color-mode*='light'] {
10801081
display: flex;
10811082
align-items: center;
10821083
line-height: 1;
1083-
font-weight: 600;
1084-
font-family: initial;
1084+
font-weight: 500;
10851085
font-size: 14px;
10861086
svg.octicon {
10871087
margin-right: var(--base-size-8, 8px) !important;

0 commit comments

Comments
 (0)