diff --git a/index.html b/index.html index 30bfbb0..2d223ad 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ summary: Listing all websites under 1MB in total size
-

Fathom - Lightweight, privacy-focused web analytics. Get $10 off your first invoice.

+

ThriftyName - Get a Brand Name for $5.

1MB Club

The internet has become a bloated mess. Massive javascript libraries. Countless client-side queries. Overly complex frontend frameworks.

diff --git a/style.css b/style.css index b7c0849..4d71a8b 100644 --- a/style.css +++ b/style.css @@ -26,18 +26,18 @@ a:hover,a:focus { } .referral { - background: rgba(108, 95, 245, 0.1); - border-left: 5px solid rgba(108, 95, 245, 1); - color: slategrey; + background: #27ae60; + color: white; margin: 1rem 0 2rem; padding: 10px; + text-align: center; } .referral p { margin: 0; padding: 0; } .referral a, .referral a:visited { - color: rgba(108, 95, 245, 1); + color: white; font-weight: 600; } .referral a:hover, .referral a:focus { @@ -113,13 +113,6 @@ footer p { background: #2d2d2d; color: white; } - .referral { - background: rgba(108, 95, 245, 0.4); - color: white; - } - .referral a, .referral a:visited { - color: white; - } blockquote { background: #191919; border-left: 5px solid black;