Skip to content

Commit 0e99832

Browse files
committed
style: update markdown style.
1 parent c89c234 commit 0e99832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/styles/markdown.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ body[data-color-mode*='light'] {
10211021
top: 6px;
10221022
right: 6px;
10231023
border-radius: 5px;
1024-
background: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
1024+
background: var(--color-border-default);
10251025
padding: 6px;
10261026
font-size: 12px;
10271027
transition: all 0.3s;

website/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ body {
126126
padding: 16px;
127127
border-radius: 5px;
128128
min-height: 60px;
129-
background-color: #fff;
129+
border: 1px solid var(--color-border-default);
130130
}

0 commit comments

Comments
 (0)