diff --git a/assets/css/style.css b/assets/css/style.css index db43d55..fe4b725 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; } diff --git a/assets/img/logos/discord.webp b/assets/img/logos/discord.webp new file mode 100644 index 0000000..3275e2a Binary files /dev/null and b/assets/img/logos/discord.webp differ diff --git a/assets/img/logos/discord2.webp b/assets/img/logos/discord2.webp new file mode 100644 index 0000000..7f175ac Binary files /dev/null and b/assets/img/logos/discord2.webp differ diff --git a/assets/img/logos/github.webp b/assets/img/logos/github.webp new file mode 100644 index 0000000..0353bd9 Binary files /dev/null and b/assets/img/logos/github.webp differ diff --git a/assets/img/logos/github2.webp b/assets/img/logos/github2.webp new file mode 100644 index 0000000..b8bc609 Binary files /dev/null and b/assets/img/logos/github2.webp differ diff --git a/assets/img/logos/patreon.webp b/assets/img/logos/patreon.webp new file mode 100644 index 0000000..a0d51ad Binary files /dev/null and b/assets/img/logos/patreon.webp differ diff --git a/assets/img/logos/patreon2.webp b/assets/img/logos/patreon2.webp new file mode 100644 index 0000000..00360e2 Binary files /dev/null and b/assets/img/logos/patreon2.webp differ