This commit is contained in:
2026-03-13 16:43:23 -04:00
parent 6cb33ddf18
commit 9ee1a76143

View File

@@ -93,13 +93,13 @@ $next = $sites[($index + 1) % $total];
$prev, $prev,
ENT_QUOTES | ENT_SUBSTITUTE, ENT_QUOTES | ENT_SUBSTITUTE,
"UTF-8", "UTF-8",
) ?>" target="_top" rel="noopener noreferrer">&larr; PREV</a> ) ?>" target="_top" rel="noopener noreferrer">&larr; <span class="navtxt">PREV</span></a>
<span aria-hidden="true" class="specialtxt">The Ringularity</span> <span aria-hidden="true" class="specialtxt">The Ringularity</span>
<a href="https://<?= htmlspecialchars( <a href="https://<?= htmlspecialchars(
$next, $next,
ENT_QUOTES | ENT_SUBSTITUTE, ENT_QUOTES | ENT_SUBSTITUTE,
"UTF-8", "UTF-8",
) ?>" target="_top" rel="noopener noreferrer">NEXT &rarr;</a> ) ?>" target="_top" rel="noopener noreferrer"><span class="navtxt">NEXT</span> &rarr;</a>
</div> </div>
<style nonce="<?= htmlspecialchars( <style nonce="<?= htmlspecialchars(
@@ -261,4 +261,7 @@ p {
transform: rotate(360deg) scaleX(4) scaleY(1.5); transform: rotate(360deg) scaleX(4) scaleY(1.5);
} }
} }
@media (max-width:500px) {
.navtxt {display: none;}}
</style> </style>