About CSS Colors with Alpha Transparency
It is possible to set hex color codes with alpha transparency: set the alpha as the 7th and 8th characters. For example, to mark text selection with semi-transparent aqua background color, do this:
::selection {
background: #C0FFEE7F;
}
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You