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:
parent
3fe8762376
commit
f74fd64523
|
@ -171,7 +171,7 @@ aio-code {
|
||||||
|
|
||||||
:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre) {
|
:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre) {
|
||||||
> code {
|
> code {
|
||||||
background-color: rgba($lightgray, 0.5);
|
background-color: rgba($lightgray, 0.3);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: $deepgray;
|
color: $deepgray;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
|
|
Loading…
Reference in New Issue