Still allow look at the unmasked banner

This commit is contained in:
Lim Chee Aun 2023-03-13 10:53:15 +08:00
parent aeb75fdea7
commit e4eafd2592

View file

@ -40,6 +40,12 @@
.account-container .header-banner:hover {
animation: position-object 5s ease-in-out 1s 5;
}
.account-container .header-banner:active {
mask-image: none;
}
.account-container .header-banner:active + header {
opacity: 0.5 !important;
}
@media (min-height: 480px) {
.account-container .header-banner {