diff options
author | Leo <github@ca.em0lar.de> | 2020-05-10 16:55:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 17:55:22 +0300 |
commit | da5e3fa299f6cac5ee9a4b0c50062dda1e91c8e2 (patch) | |
tree | 3ed8cf90a6be12347a7754d0958bd37bf4bba32b /docs | |
parent | f8e015e8e414387b7b319f40e74f2611854d8972 (diff) | |
download | gitea-da5e3fa299f6cac5ee9a4b0c50062dda1e91c8e2.tar.gz gitea-da5e3fa299f6cac5ee9a4b0c50062dda1e91c8e2.zip |
Changed image of openid-connect logo for better look on arc-green theme (#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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/cmd-embedded.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/cmd-embedded.en-us.md b/docs/content/doc/advanced/cmd-embedded.en-us.md index 814d0baac8..7144aed4d6 100644 --- a/docs/content/doc/advanced/cmd-embedded.en-us.md +++ b/docs/content/doc/advanced/cmd-embedded.en-us.md @@ -54,7 +54,7 @@ Listing all embedded files with `openid` in their path: ``` $ gitea embedded list '**openid**' -public/img/auth/openid_connect.png +public/img/auth/openid_connect.svg public/img/openid-16x16.png templates/user/auth/finalize_openid.tmpl templates/user/auth/signin_openid.tmpl |