forked from ProjectSegfault/website
fixed the accessibility option
This commit is contained in:
parent
27f5d5b8f6
commit
0929f0e820
@ -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>
|
||||
|
@ -5,7 +5,7 @@ title: Our Instances
|
||||
## Privacy-respecting services hosted on our network.
|
||||
|
||||
<div class="centreofattention">
|
||||
|
||||
<p>Notice: Invidious, Libreddit, LBRY and nitter will move to the new domains soon.<p/>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div id="inv">
|
||||
@ -49,4 +49,4 @@ title: Our Instances
|
||||
<a href="https://social.projectsegfau.lt">Click me to access our Pleroma instance</a>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user