mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-26 16:52:08 +05:30
Merge branch 'projectsegfault-left' of github.com:MutaTechTips/website into projectsegfault-left
This commit is contained in:
commit
5e3f8201be
@ -21,6 +21,7 @@ a.visited {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
flex-direction: inherit;
|
flex-direction: inherit;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card > div {
|
.card > div {
|
||||||
|
@ -37,12 +37,13 @@
|
|||||||
}
|
}
|
||||||
.text-flicker-in-glow {
|
.text-flicker-in-glow {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
-webkit-animation: text-flicker-in-glow 900ms both;
|
-webkit-animation: text-flicker-in-glow 3000ms both;
|
||||||
animation: text-flicker-in-glow 900ms 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 {
|
.text-flicker-in-glow {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
}
|
-webkit-animation: text-flicker-in-glow 10ms both;
|
||||||
|
animation: text-flicker-in-glow 10ms both; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -5,7 +5,7 @@ title: Our Instances
|
|||||||
## Privacy-respecting services hosted on our network.
|
## Privacy-respecting services hosted on our network.
|
||||||
|
|
||||||
<div class="centreofattention">
|
<div class="centreofattention">
|
||||||
|
<p>Notice: Invidious, Libreddit, LBRY and nitter will move to the new domains soon.<p/>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div id="inv">
|
<div id="inv">
|
||||||
|
Loading…
Reference in New Issue
Block a user