- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Thu, 23 Apr 2020 12:54:29 +0000
- To: public-css-archive@w3.org
I wish we had pseudo-elements for that:
```` css
::background {
opacity: 80%;
}
````
Anyway, in most cases you can simply, use a semi-transparent value for `background-color` or a `background-image` with either palette transparency or alpha channel.
--
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4996#issuecomment-618386063 using your GitHub account
Received on Thursday, 23 April 2020 12:54:30 UTC