summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-09-07 18:29:53 +0200
committerBotond Hende <nettingman@gmail.com>2024-09-07 18:29:53 +0200
commit00203b419fa58d8463b0a6c8f87852aca6bbd142 (patch)
tree829488116d2d1bcb679afd95fe294fee95041448 /templates
parentb982508df0c4514544c1c5b0fff2573147d34e67 (diff)
certain icons are colored according to theme
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sidebar.html.j2 b/templates/sidebar.html.j2
index f675735..a58c2cb 100644
--- a/templates/sidebar.html.j2
+++ b/templates/sidebar.html.j2
@@ -10,7 +10,7 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself
</div>
<h3 class="magenta">My other thingies</h3>
<a href="https://wazul.moe" class="icon-text" target="_blank">
-<img src="/assets/image/website.svg" class="svg-icon" />
+<img src="/assets/image/website.svg" class="svg-icon filter-yellow" />
<span>Website</span>
</a>
<a href="https://mastodon.gamedev.place/@wazul" class="icon-text" target="_blank">
@@ -41,7 +41,7 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself
</a>
<h3 class="magenta">Contact me at</h3>
<a href="mailto:contact@wazul.moe" class="icon-text">
-<img src="/assets/image/email.svg" class="svg-icon" />
+<img src="/assets/image/email.svg" class="svg-icon filter-yellow" />
<span>contact@wazul.moe</span>
</a>
<p>especially if you find some typos or bugs on the page</p>