Ari Myr is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse.
If you don't, you can sign up here.
@julianproxy that would change the opacity of the whole element, what I want to do is somehow add opacity using an hexadecimal variable to change *only* the background color
(for context, I'm importing a bunch of colors from another file that changes dynamically)
css question Show more
@arisunz I think this will do the trick: https://www.w3schools.com/cssref/css3_pr_opacity.asp
In old versions of IE, it was the filter:alpha() property.