Skip to content

Commit

Permalink
Add icon for gitea
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Ovelleiro Corral <[email protected]>
  • Loading branch information
pinpox committed Nov 7, 2022
1 parent 54345b6 commit 752b92b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/static/img/gitea-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions web/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ body {
background-image: url(../static/img/email-icon.svg);
}

.dex-btn-icon--gitea {
background-color: #F5F5F5;
background-image: url(../static/img/gitea-icon.svg);
}

.dex-btn-icon--github {
background-color: #F5F5F5;
background-image: url(../static/img/github-icon.svg);
Expand Down

0 comments on commit 752b92b

Please sign in to comment.