diff --git a/public/contact.html b/public/contact.html index 16aea9a..c648115 100644 --- a/public/contact.html +++ b/public/contact.html @@ -11,18 +11,15 @@

Sorted in most active order

Not abandoned accounts

-

-

-

-

-

+

+

+

+

+

-
-

(probably) Abandoned accounts

-
-

-

-

+

+

+

diff --git a/public/index.css b/public/index.css index 1f185cd..8ad5889 100644 --- a/public/index.css +++ b/public/index.css @@ -15,7 +15,7 @@ body { background-color: black; text-align: center; } -p.red, a.red { +p.red, a.red, i.red { color: rgb(255, 42, 42); } div.linkz { @@ -29,6 +29,6 @@ div.linkz { height: 100vh; box-sizing: border-box; } -a.blue { +a.blue, i.blue { color: rgb(42, 255, 42); }