Use opacity via rgba syntax
This commit is contained in:
parent
91bfdebf72
commit
b6b85b9c2a
@ -46,7 +46,7 @@ hr {
|
||||
}
|
||||
.highlight {
|
||||
padding: 1em;
|
||||
background-color: pink;
|
||||
background-color: rgb(255, 192, 203, 0.4);
|
||||
}
|
||||
.magic {
|
||||
margin-top: 2em;
|
||||
|
Loading…
Reference in New Issue
Block a user