0.3 transparency looks better

This commit is contained in:
DeltaLima 2023-06-23 13:27:08 +02:00
parent 81ed3cc51d
commit 1060422062

View file

@ -68,7 +68,7 @@ pre {
}
:not(pre) > code {
background-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.3);
border-radius: 3px;
padding: 0px 3px;
}