Use opacity via rgba syntax

This commit is contained in:
Luke Murphy 2020-12-12 22:28:48 +01:00
parent 91bfdebf72
commit b6b85b9c2a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -46,7 +46,7 @@ hr {
}
.highlight {
padding: 1em;
background-color: pink;
background-color: rgb(255, 192, 203, 0.4);
}
.magic {
margin-top: 2em;