CSS: Add background color to signin header (#22539)

This commit is contained in:
Jordan Vidrine 2023-07-11 10:04:55 -05:00 committed by GitHub
parent 83352e93ff
commit b45df10056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@
.login-welcome-header {
grid-area: header;
padding: 3em 2em 1em;
background-color: var(--secondary);
.login-title {
font-size: var(--font-up-6);
line-height: var(--line-height-medium);