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">
|
<button class="custom-button git">
|
||||||
<div class="color-part"></div>
|
<div class="color-part"></div>
|
||||||
<div class="button-content">
|
<div class="button-content">
|
||||||
<img class="button-image" src="./images/gitea.png" style="width: 4.3em; height: auto;">
|
<img class="button-image" src="./images/forgejo.png" style="width: 4.3em; height: auto;">
|
||||||
<span class="button-text">Gitea</span>
|
<span class="button-text">Forgejo</span>
|
||||||
<span class="button-subtext">Collaborative Code</span>
|
<span class="button-subtext">Collaborative Code</span>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -63,8 +63,8 @@ header img {
|
||||||
/* Color classes for buttons */
|
/* Color classes for buttons */
|
||||||
.cloud .color-part { background-color: #5ca9d6; }
|
.cloud .color-part { background-color: #5ca9d6; }
|
||||||
.warden .color-part { background-color: #63b8a4; }
|
.warden .color-part { background-color: #63b8a4; }
|
||||||
.git .color-part { background-color: #8abf50; }
|
.git .color-part { background-color: #e08979; }
|
||||||
.stream .color-part { background-color: #F54E31; }
|
.stream .color-part { background-color: #6e52a3; }
|
||||||
.radio .color-part { background-color: #253785; }
|
.radio .color-part { background-color: #253785; }
|
||||||
.element .color-part { background-color: #4ca68c; }
|
.element .color-part { background-color: #4ca68c; }
|
||||||
.mastodon .color-part { background-color: #776bc9; }
|
.mastodon .color-part { background-color: #776bc9; }
|
||||||
|
|
Loading…
Reference in a new issue