Skip to content

Commit

Permalink
white text on social login buttons - login theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dreglad committed Mar 7, 2022
1 parent 738310c commit af1b906
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/common/resources/css/lifelike-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@ body {
background: #0c8caa;
}

.kc-social-gray {
color: #ffffff;
}

.pf-c-button.pf-m-primary {
background-color: #0c8caa;
color: #ffffff;
}

.pf-c-button {
background-color: #0c8caa;
color: #ffffff;
}

.pf-c-form-control:hover {
Expand Down

0 comments on commit af1b906

Please sign in to comment.