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