Created
March 4, 2024 08:56
-
-
Save oliverlindberg/676571f9d473c69bd8a8e6b201bbd2fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (prefers-reduced-transparency: no-preference) { | |
/* Keine Präferenz für Transparenzen, daher wenden wir die Transparenz an */ | |
.element { | |
opacity: .5; /* Transparenz anwenden */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment