Update Enroll OTA page with new styles (#34300)

This commit is contained in:
Luke Heath
2025-10-15 16:06:08 -05:00
committed by GitHub
parent 717151f2ec
commit 5b82dd71eb
+5 -3
View File
@@ -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 {