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;