Reflect change to Forgejo
This commit is contained in:
parent
866782f90f
commit
458fa5a655
BIN
images/forgejo.png
Normal file
BIN
images/forgejo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
|
@ -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>
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue