Reflect change to Forgejo

This commit is contained in:
Jimbo 2024-09-20 02:44:26 -04:00
parent 866782f90f
commit 458fa5a655
3 changed files with 4 additions and 4 deletions

BIN
images/forgejo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -48,8 +48,8 @@
<button class="custom-button git">
<div class="color-part"></div>
<div class="button-content">
<img class="button-image" src="./images/gitea.png" style="width: 4.3em; height: auto;">
<span class="button-text">Gitea</span>
<img class="button-image" src="./images/forgejo.png" style="width: 4.3em; height: auto;">
<span class="button-text">Forgejo</span>
<span class="button-subtext">Collaborative Code</span>
</div>
</button>

View file

@ -63,8 +63,8 @@ header img {
/* Color classes for buttons */
.cloud .color-part { background-color: #5ca9d6; }
.warden .color-part { background-color: #63b8a4; }
.git .color-part { background-color: #8abf50; }
.stream .color-part { background-color: #F54E31; }
.git .color-part { background-color: #e08979; }
.stream .color-part { background-color: #6e52a3; }
.radio .color-part { background-color: #253785; }
.element .color-part { background-color: #4ca68c; }
.mastodon .color-part { background-color: #776bc9; }