Add icon for gitea (#2733)

Signed-off-by: Pablo Ovelleiro Corral <mail@pablo.tools>
This commit is contained in:
Pablo Ovelleiro Corral
2022-11-09 01:14:41 +04:00
committed by GitHub
parent 54345b6331
commit 576f990d25
2 changed files with 6 additions and 0 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.2 KiB

+5
View File
@@ -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);