pride flag: this is why we test before pushing to prod LOL

This commit is contained in:
ari melody 2024-05-21 14:45:45 +01:00
parent c16cebb9e4
commit edbe0ed3bd
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -394,7 +394,7 @@ footer {
mix-blend-mode: overlay; mix-blend-mode: overlay;
} }
#prideflag img { #prideflag {
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
@ -404,13 +404,13 @@ footer {
z-index: 8008135; z-index: 8008135;
pointer-events: none; pointer-events: none;
} }
#prideflag img:hover { #prideflag:hover {
transform: scale(110%); transform: scale(110%);
} }
#prideflag img:active { #prideflag:active {
transform: scale(110%); transform: scale(110%);
} }
#prideflag img * { #prideflag * {
pointer-events: all; pointer-events: all;
} }
@media screen and (max-width: 950px) { @media screen and (max-width: 950px) {