diff --git a/index.html b/index.html index a761e0f..5d2abaa 100644 --- a/index.html +++ b/index.html @@ -299,7 +299,7 @@ your 14 year old computer, curl | bat -l html, a new high-end computer, and the sbc you found on the sidewalk.

-

+

ssi webring diff --git a/style.css b/style.css index 74070d8..19549ec 100644 --- a/style.css +++ b/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%;