diff --git a/public/fitness_giving/logo.svg b/public/fitness_giving/logo.svg index 0ed8206..0b3448a 100644 --- a/public/fitness_giving/logo.svg +++ b/public/fitness_giving/logo.svg @@ -1,7 +1,50 @@ - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fitness_giving/theme.css b/public/fitness_giving/theme.css index 9a182db..8ccf480 100644 --- a/public/fitness_giving/theme.css +++ b/public/fitness_giving/theme.css @@ -4,11 +4,15 @@ } .pf-c-button.pf-m-primary { - background: #57b8d7 !important; + background: #16A34A !important; +} + +.pf-c-button.pf-m-primary:hover { + opacity: 0.8; } div#kc-registration span a:hover { - background: #57b8d7; + background: #16A34A; } #kc-header { @@ -19,7 +23,7 @@ div#kc-registration span a:hover { .app-logo { background-image: url(logo.svg); background-position: inherit; - background-size: cover !important; + background-size: contain !important; } .login-pf-page .login-pf-page-header p::before { @@ -47,5 +51,5 @@ div#kc-registration span a:hover { } #kc-header-wrapper::before { - background: #57b8d7 !important; + background: #16A34A !important; }