diff --git a/_includes/source_code_faq.html b/_includes/source_code_faq.html
index 8a1c5ea..40e1158 100644
--- a/_includes/source_code_faq.html
+++ b/_includes/source_code_faq.html
@@ -21,7 +21,9 @@
 		<input class="card-input-toggle" id="card-toggle-anchor-{{ faq_id }}" type="checkbox">
 		<div class="card-dropdown-toggle">
 			<div class="card-dropdown-content">
-				You can find our code on <a href="{{ site.github_url }}" class="link-primary">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link-primary">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link-primary">Portmaster UI</a>, the <a href="{{ site.github_url }}/spn/" class="link-primary">SPN</a>, the <a href="{{ site.github_url }}/docs/" class="link-primary">docs</a> and <a href="{{ site.github_url }}/web/" class="link-primary">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link-primary">Jess</a>, the heart of the SPN, which got <a href="https://cure53.de/pentest-report_safing-jess.pdf">audited by Cure53</a>, can also be found online.
+				<div class="text-safing-gray-500">
+					You can find our code on <a href="{{ site.github_url }}" class="link-primary">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link-primary">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link-primary">Portmaster UI</a>, the <a href="{{ site.github_url }}/spn/" class="link-primary">SPN</a>, the <a href="{{ site.github_url }}/docs/" class="link-primary">docs</a> and <a href="{{ site.github_url }}/web/" class="link-primary">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link-primary">Jess</a>, the heart of the SPN, which got <a href="https://cure53.de/pentest-report_safing-jess.pdf">audited by Cure53</a>, can also be found online.
+				  </div>
 			</div>
 		</div>
 	</div>
diff --git a/portmaster/index.html b/portmaster/index.html
index 64acf64..f9662f3 100644
--- a/portmaster/index.html
+++ b/portmaster/index.html
@@ -228,7 +228,9 @@ redirect_from:
                 <input class="card-input-toggle" id="card-toggle-anchor-{{ forloop.index }}" type="checkbox">
                 <div class="card-dropdown-toggle">
                     <div class="card-dropdown-content">
-                      {{ faq.a }}
+                      <div class="text-safing-gray-500">
+                        {{ faq.a }}
+                      </div>
                       {% if faq.link %}
                         <br>
                         <br>
diff --git a/support/index.html b/support/index.html
index d61d696..0cbd7fb 100644
--- a/support/index.html
+++ b/support/index.html
@@ -75,7 +75,9 @@ layout: page
                     <input class="card-input-toggle" id="card-toggle-anchor-portmaster-{{ forloop.index }}" type="checkbox">
                     <div class="card-dropdown-toggle">
                         <div class="card-dropdown-content">
-                          {{ faq.a }}
+                          <div class="text-safing-gray-500">
+                            {{ faq.a }}
+                          </div>
                           {% if faq.link %}
                             <br>
                             <br>
@@ -140,7 +142,9 @@ layout: page
                   <input class="card-input-toggle" id="card-toggle-anchor-spn-{{ forloop.index }}" type="checkbox">
                   <div class="card-dropdown-toggle">
                       <div class="card-dropdown-content">
-                        {{ faq.a }}
+                        <div class="text-safing-gray-500">
+                          {{ faq.a }}
+                        </div>
                         {% if faq.link %}
                           <br>
                           <br>