Skip to content

Commit a8158bf

Browse files
authored
Merge pull request #511 from IgnaceMaes/lighten-backtick-style
style: lighten backtick style
2 parents ad09fed + f51e66e commit a8158bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addon/styles/global.css

+2-1
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)