Skip to content

Commit 8a5aadc

Browse files
Leosilverwindzeripathlafriks
authored andcommitted
Changed image of openid-connect logo for better look on arc-green theme (go-gitea#11312)
* Set background of openIDConnect logo to white in arc-green theme * Fixed linting off arc-green theme Signed-off-by: Leo Maroni <git@em0lar.de> * Revert changes of first commit (white background) and replaced the image * Updated openid_connect (part 2) * Update public/img/auth/openid_connect.svg Now in one line Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
1 parent 7083ed9 commit 8a5aadc

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

docs/content/doc/advanced/cmd-embedded.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Listing all embedded files with `openid` in their path:
5454

5555
```
5656
$ gitea embedded list '**openid**'
57-
public/img/auth/openid_connect.png
57+
public/img/auth/openid_connect.svg
5858
public/img/openid-16x16.png
5959
templates/user/auth/finalize_openid.tmpl
6060
templates/user/auth/signin_openid.tmpl

models/oauth2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var OAuth2Providers = map[string]OAuth2Provider{
4141
},
4242
},
4343
"gplus": {Name: "gplus", DisplayName: "Google", Image: "/img/auth/google.png"},
44-
"openidConnect": {Name: "openidConnect", DisplayName: "OpenID Connect", Image: "/img/auth/openid_connect.png"},
44+
"openidConnect": {Name: "openidConnect", DisplayName: "OpenID Connect", Image: "/img/auth/openid_connect.svg"},
4545
"twitter": {Name: "twitter", DisplayName: "Twitter", Image: "/img/auth/twitter.png"},
4646
"discord": {Name: "discord", DisplayName: "Discord", Image: "/img/auth/discord.png"},
4747
"gitea": {Name: "gitea", DisplayName: "Gitea", Image: "/img/auth/gitea.png",

public/img/auth/openid_connect.png

-3.99 KB
Binary file not shown.

public/img/auth/openid_connect.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)