fix(docs-infra): increase the opacity of background-color for inline `code` blocks (#42297)

I intentionally did not change the font size as discussed in #41196
because the current
font size is already about the same as the normal text size.

Fixes #41196

PR Close #42297
This commit is contained in:
Igor Minar 2021-05-24 16:17:41 -07:00 committed by Zach Arend
parent 3fe8762376
commit f74fd64523
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ aio-code {
:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre) {
> code {
background-color: rgba($lightgray, 0.5);
background-color: rgba($lightgray, 0.3);
border-radius: 4px;
color: $deepgray;
padding: 0 4px;