From bba097f10609fc834089f515ff227307d7353d8a Mon Sep 17 00:00:00 2001
From: joak <joak@nospace.at>
Date: Wed, 24 Aug 2022 16:43:49 +0200
Subject: changes link in work

---
 assets/static/style.css | 2 +-
 templates/work.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/static/style.css b/assets/static/style.css
index fc348c4..af14148 100644
--- a/assets/static/style.css
+++ b/assets/static/style.css
@@ -30,7 +30,7 @@ p{
 	line-height: 150%;
 }
 
-td > a,
+.link > a,
 p > a{
 	text-decoration: none;
 	text-shadow: 0px 0px 10px #009f;
diff --git a/templates/work.html b/templates/work.html
index f51571b..fc9fc55 100644
--- a/templates/work.html
+++ b/templates/work.html
@@ -15,7 +15,7 @@
 			<td class="work">{{bag('translation', this.alt, 'format')}}: {{this.format}}</td>
 		</tr>{% endif %}
 		{% if this.tfwebsite == True %}<tr>
-			<td class="work">{{bag('translation', this.alt, 'website')}}: <a href="{{ this.website }}">{{this.website}}</a></td>
+			<td class="work link">{{bag('translation', this.alt, 'website')}}: <a href="{{ this.website }}">{{this.website}}</a></td>
 		</tr>{% endif %}
 		{% if this.tfrepo == True %}<tr>
 			<td class="work">Repository: <a href="{{ this.website }}">{{this.repo}}</a> </td>
-- 
cgit v1.2.3