Skip to content

Commit

Permalink
logos
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacEagle17 committed Sep 15, 2024
1 parent 45c9b6a commit f7b23d7
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1660,36 +1660,36 @@ table, th, td {
a.discord-bg {
color: #5865F2;
border-color: #5865F2;
background: url(../img/companylogo/discord2.png) no-repeat center;
background: url(../img/logos/discord2.webp) no-repeat center;
background-color: #5865F2;
}

a.discord-bg:hover {
background: url(../img/companylogo/discord.png) no-repeat center;
background: url(../img/logos/discord.webp) no-repeat center;
background-color: white;
}

a.patreon-bg {
color: #FF424D;
border-color: #FF424D;
background: url(../img/companylogo/patreon2.png) no-repeat center;
background: url(../img/logos/patreon2.webp) no-repeat center;
background-color: #FF424D;
}

a.patreon-bg:hover {
background: url(../img/companylogo/patreon.png) no-repeat center;
background: url(../img/logos/patreon.webp) no-repeat center;
background-color: white;
}

a.github-bg {
color: rgb(23,21,22);
border-color: rgb(23,21,22);
background: url(../img/companylogo/github2.png) no-repeat center;
background: url(../img/logos/github2.webp) no-repeat center;
background-color: rgb(23,21,22);
}

a.github-bg:hover {
background: url(../img/companylogo/github.png) no-repeat center;
background: url(../img/logos/github.webp) no-repeat center;
background-color: white;
}

Expand Down
Binary file added assets/img/logos/discord.webp
Binary file not shown.
Binary file added assets/img/logos/discord2.webp
Binary file not shown.
Binary file added assets/img/logos/github.webp
Binary file not shown.
Binary file added assets/img/logos/github2.webp
Binary file not shown.
Binary file added assets/img/logos/patreon.webp
Binary file not shown.
Binary file added assets/img/logos/patreon2.webp
Binary file not shown.

0 comments on commit f7b23d7

Please sign in to comment.