Skip to content

Commit f51e66e

Browse files
committed
style: lighten backtick style
1 parent ad09fed commit f51e66e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addon/styles/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ img {
268268
}
269269

270270
code:not([class*="language-"]) {
271-
background-color: var(--color-gray-400);
271+
background-color: var(--color-gray-200);
272+
border: 1px solid var(--color-gray-300);
272273
color: var(--color-black);
273274
border-radius: 3px;
274275
font-size: .9em;

0 commit comments

Comments
 (0)