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 {