Browse Source

Use opacity via rgba syntax

main
Luke Murphy 3 years ago
parent
commit
b6b85b9c2a
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      stylesheet.css

2
stylesheet.css

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

Loading…
Cancel
Save