remove webring underline

This commit is contained in:
slonkazoid 2024-07-26 00:59:50 +03:00
parent dba9c975f6
commit de50259cdc
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM
2 changed files with 6 additions and 7 deletions

View file

@ -299,7 +299,7 @@
your 14 year old computer, <code>curl | bat -l html</code>, a new high-end computer, and the sbc you found on the sidewalk. your 14 year old computer, <code>curl | bat -l html</code>, a new high-end computer, and the sbc you found on the sidewalk.
</p> </p>
<p> <p class="webring">
<a href="https://ring.ssi.fyi/previous?host=slonk.ing"></a> <a href="https://ring.ssi.fyi/previous?host=slonk.ing"></a>
<a href="https://ring.ssi.fyi/">ssi webring</a> <a href="https://ring.ssi.fyi/">ssi webring</a>
<a href="https://ring.ssi.fyi/next?host=slonk.ing"></a> <a href="https://ring.ssi.fyi/next?host=slonk.ing"></a>

View file

@ -170,6 +170,10 @@ td:nth-child(2) {
word-break: break-all; word-break: break-all;
} }
.webring a {
text-decoration: none;
}
@media (min-width: 956px) { @media (min-width: 956px) {
:root { :root {
--target-ratio: 0.7; /* 669px - 1344x */ --target-ratio: 0.7; /* 669px - 1344x */
@ -215,12 +219,7 @@ td:nth-child(2) {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background: rgb(154, 65, 40); background: rgb(154, 65, 40);
background: linear-gradient( background: linear-gradient(215deg, rgba(154, 65, 40, 1) 0%, rgba(116, 36, 94, 1) 50%, rgba(59, 56, 132, 1) 100%);
215deg,
rgba(154, 65, 40, 1) 0%,
rgba(116, 36, 94, 1) 50%,
rgba(59, 56, 132, 1) 100%
);
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
background-size: 100% 100%; background-size: 100% 100%;