Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed image of openid-connect logo for better look on arc-green theme #11312

Merged
merged 7 commits into from
May 10, 2020
Next Next commit
Set background of openIDConnect logo to white in arc-green theme
  • Loading branch information
leona-ya committed May 6, 2020
commit 2e181a5bc8743403d734c2efd3f58b7ad23ab9af
8 changes: 8 additions & 0 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -1610,3 +1610,11 @@ footer .container .links > * {
.repository.release #release-list > li .detail .dot {
background-color: #888;
}

.signin {
.oauth2 {
img.openidConnect {
background-color: #fff;
}
}
}
leona-ya marked this conversation as resolved.
Show resolved Hide resolved