Skip to content

Commit

Permalink
style: modify alert style. #258
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 15, 2024
1 parent 252921d commit 91db976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/styles/markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ body[data-color-mode*='light'] {

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

0 comments on commit 91db976

Please sign in to comment.