Skip to content

Commit 23c47ea

Browse files
authored
Merge pull request #486 from nerdalert/login-text
Enlarge the login text and adjust the color
2 parents a6f0cbd + a77fb83 commit 23c47ea

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/app/login/githublogin.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ a {
99
background-position: center;
1010
background-repeat: no-repeat;
1111
background-color: #454b9a;
12-
1312
min-height: 100vh;
14-
1513
display: flex;
1614
align-items: center;
1715
justify-content: center;
@@ -22,23 +20,24 @@ a {
2220

2321
.login-container {
2422
text-align: center;
23+
font-size: medium !important;
2524
width: 100%;
2625
max-width: 1200px;
2726
padding: 20px;
2827
}
2928

3029
.sign-in-text {
3130
margin-top: 1rem;
32-
color: white;
31+
color: white !important;
3332
padding: 20px;
34-
font-size: xx-large;
33+
font-size: large !important;
3534
}
3635

3736
.description-text {
3837
margin-top: 1rem;
39-
color: white;
38+
color: white !important;
4039
padding-bottom: 50px;
41-
font-size: x-large;
40+
font-size: large !important;
4241
font-style: italic;
4342
}
4443

0 commit comments

Comments
 (0)