From 7153a9b59d680c2c379ca1e9e0f5e9ec34ca7b12 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 14 Mar 2026 01:27:10 +0000 Subject: [PATCH] Replace Rick Roll 404 page with professional brand-aligned design Remove the embedded Rick Roll GIF and informal copy from the 404 page, replacing it with a clean text-only message and homepage link that aligns with Livepeer brand guidelines. Clean up associated CSS that styled the now-removed image. https://claude.ai/code/session_016vnLTqJg3b2siiUTsWj7eL --- docs.json | 4 ++-- style.css | 25 ------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/docs.json b/docs.json index c093ceccd..555e45cf1 100644 --- a/docs.json +++ b/docs.json @@ -3354,8 +3354,8 @@ "errors": { "404": { "redirect": false, - "title": "Ruh oh. This page doesn't exist.", - "description": "\"Rick

Sorry About That." + "title": "Page not found", + "description": "The page you're looking for doesn't exist or may have been moved. Head back to the homepage to find what you need." } }, "redirects": [ diff --git a/style.css b/style.css index 82e181f12..0b0c73f3d 100644 --- a/style.css +++ b/style.css @@ -260,31 +260,6 @@ button.text-left.text-gray-600.text-sm.font-medium { background-color: #18794e !important; } -/* Error 404 Styling */ -#error-description > span > div > div { - border: 1px solid #18794e !important; -} - -body - > div.relative.antialiased.text-gray-500.dark\:text-gray-400 - > div.peer-\[\.is-not-custom\]\:lg\:flex.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:sm\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:md\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:lg\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:xl\:\!hidden - > div.flex.flex-col.items-center.justify-center.w-full.max-w-lg.overflow-x-hidden.mx-auto.py-48.px-5.text-center.\*\:text-center.gap-y-8.not-found-container - > div { - margin-top: -5rem; -} - -#error-description - > span - > div - > div - > div.relative.rounded-xl.overflow-hidden.flex.justify-center - > img { - width: 500px; - aspect-ratio: 4 / 3; - object-fit: cover; - /* border: 1px solid #fff; */ -} - /* Step List Color Icons Styling */ /* #content > div.steps > div > div.absolute.ml-\[-13px\].py-2 > div { background-color: #18794e !important;