From 5b82dd71eb01876b56887da9752289effbe438ad Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 15 Oct 2025 16:06:08 -0500 Subject: [PATCH] Update Enroll OTA page with new styles (#34300) --- frontend/templates/enroll-ota.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/templates/enroll-ota.html b/frontend/templates/enroll-ota.html index d234c8b100..1cb5353759 100644 --- a/frontend/templates/enroll-ota.html +++ b/frontend/templates/enroll-ota.html @@ -22,7 +22,9 @@ html { box-sizing: border-box; font-family: "Inter", sans-serif; - color: #192147; + color: #515774; + line-height: 1.5; + font-size: 1.25rem; } *, @@ -41,7 +43,7 @@ .enroll-link { display: inline-block; color: #fff; - background-color: #6a67fe; + background-color: #009a7d; padding: 8px 16px; border-radius: 4px; text-decoration: none; @@ -52,8 +54,8 @@ } header { - background-color: #192147; padding: 13px 20px; + border-bottom: 1px solid #e2e4ea; } h1 {