remove webring underline
This commit is contained in:
parent
dba9c975f6
commit
de50259cdc
2 changed files with 6 additions and 7 deletions
|
@ -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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<p class="webring">
|
||||
<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/next?host=slonk.ing">→</a>
|
||||
|
|
11
style.css
11
style.css
|
@ -170,6 +170,10 @@ td:nth-child(2) {
|
|||
word-break: break-all;
|
||||
}
|
||||
|
||||
.webring a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media (min-width: 956px) {
|
||||
:root {
|
||||
--target-ratio: 0.7; /* 669px - 1344x */
|
||||
|
@ -215,12 +219,7 @@ td:nth-child(2) {
|
|||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: rgb(154, 65, 40);
|
||||
background: linear-gradient(
|
||||
215deg,
|
||||
rgba(154, 65, 40, 1) 0%,
|
||||
rgba(116, 36, 94, 1) 50%,
|
||||
rgba(59, 56, 132, 1) 100%
|
||||
);
|
||||
background: linear-gradient(215deg, rgba(154, 65, 40, 1) 0%, rgba(116, 36, 94, 1) 50%, rgba(59, 56, 132, 1) 100%);
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: 100% 100%;
|
||||
|
|
Loading…
Reference in a new issue