Skip to content

Commit

Permalink
Merge pull request #511 from IgnaceMaes/lighten-backtick-style
Browse files Browse the repository at this point in the history
style: lighten backtick style
  • Loading branch information
MinThaMie authored Jun 26, 2024
2 parents ad09fed + f51e66e commit a8158bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ img {
}

code:not([class*="language-"]) {
background-color: var(--color-gray-400);
background-color: var(--color-gray-200);
border: 1px solid var(--color-gray-300);
color: var(--color-black);
border-radius: 3px;
font-size: .9em;
Expand Down

0 comments on commit a8158bf

Please sign in to comment.