We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89c234 commit 0e99832Copy full SHA for 0e99832
src/styles/markdown.less
@@ -1021,7 +1021,7 @@ body[data-color-mode*='light'] {
1021
top: 6px;
1022
right: 6px;
1023
border-radius: 5px;
1024
- background: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
+ background: var(--color-border-default);
1025
padding: 6px;
1026
font-size: 12px;
1027
transition: all 0.3s;
website/App.css
@@ -126,5 +126,5 @@ body {
126
padding: 16px;
127
128
min-height: 60px;
129
- background-color: #fff;
+ border: 1px solid var(--color-border-default);
130
}
0 commit comments