aboutsummaryrefslogtreecommitdiff
path: root/src/people
diff options
context:
space:
mode:
Diffstat (limited to 'src/people')
-rw-r--r--src/people/cards/glass/glass.html15
-rw-r--r--src/people/cards/glass/glass.pngbin1310925 -> 39401 bytes
2 files changed, 14 insertions, 1 deletions
diff --git a/src/people/cards/glass/glass.html b/src/people/cards/glass/glass.html
index abf1116..b60c32e 100644
--- a/src/people/cards/glass/glass.html
+++ b/src/people/cards/glass/glass.html
@@ -1,10 +1,23 @@
+<style>
+ .fa-pleroma {
+ color: #fba457;
+ }
+ .fa-gitea {
+ color: #609926;
+ }
+ .fa-github {
+ color: var(--text-primary);
+ }
+</style>
<section id="glass">
<span class="card">
<img class="card-image" src="/people/cards/glass/glass.png">
<div>
<span class="card-head">
glass:!refglass:!/ref
- <a href="https://ak.infernal.garden/glass"><i class="fa fa-pleroma" aria-hidden="true"></i></a>
+ <a href="https://ak.infernal.garden/glass" aria-label="akkoma"><i class="fa fa-pleroma" aria-hidden="true"></i></a>
+ <a href="https://git.infernal.garden/glass" aria-label="gitea"><i class="fa fa-gitea" aria-hidden="true"></i></a>
+ <a href="https://github.com/curlybryce/" aria-label="github"><i class="fa fa-github" aria-hidden="true"></i></a>
</span>
<hr>
<div class="card-body">
diff --git a/src/people/cards/glass/glass.png b/src/people/cards/glass/glass.png
index efc1c7d..a926ecc 100644
--- a/src/people/cards/glass/glass.png
+++ b/src/people/cards/glass/glass.png
Binary files differ