mirror of
https://github.com/ProjectSegfault/website
synced 2026-04-13 01:13:47 +05:30
fixed the accessibility option
This commit is contained in:
@@ -37,12 +37,13 @@
|
||||
}
|
||||
.text-flicker-in-glow {
|
||||
opacity:1;
|
||||
-webkit-animation: text-flicker-in-glow 900ms both;
|
||||
animation: text-flicker-in-glow 900ms both;
|
||||
-webkit-animation: text-flicker-in-glow 3000ms both;
|
||||
animation: text-flicker-in-glow 3000ms both;
|
||||
}
|
||||
@media screen and (prefers-reduced-motion: reduce) {
|
||||
@media screen and (prefers-reduced-motion: no-preference) {
|
||||
.text-flicker-in-glow {
|
||||
opacity:1;
|
||||
}
|
||||
-webkit-animation: text-flicker-in-glow 10ms both;
|
||||
animation: text-flicker-in-glow 10ms both; }
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user