Skip to main content

Custom branding

This article outlines an "extended" version about adding company branding to the Microsoft 365 sign-in page. For more details, visit the official documentation.

corp-custom.css
a:hover {
text-decoration: none;
color: #818c94;
}

.ext-sign-in-box {
border-radius: 20px;
}

.ext-button.ext-primary {
border-radius: 5px;
border-color: #1ca3f2;
background-color: #1ca3f2;
}

.ext-button.ext-secondary {
border-radius: 5px;
}