Improve contrast for texts on jobs page

because it is inconsistent from our other pages
This commit is contained in:
davegson 2022-05-06 11:34:14 +02:00
parent 2c20de799e
commit 8cf17109ab

View file

@ -23,7 +23,7 @@ layout: page
<div class="feature-two-container-bottom"> <div class="feature-two-container-bottom">
<div class="feature-two-container-bottom-content"> <div class="feature-two-container-bottom-content">
<i class="icon-users feature-two-container-bottom-content-icon"></i> <i class="icon-users feature-two-container-bottom-content-icon"></i>
<span class="feature-two-container-bottom-content-title">Attractive Workplace</span> <h3 class="feature-two-container-bottom-content-title">Attractive Workplace</h3>
<p class="feature-two-container-bottom-content-desc"> <p class="feature-two-container-bottom-content-desc">
Youll have a fully paid setup with the latest technology and Youll have a fully paid setup with the latest technology and
ergonomic office furniture. We are currently in a beautiful ergonomic office furniture. We are currently in a beautiful
@ -35,7 +35,7 @@ layout: page
</div> </div>
<div class="feature-two-container-bottom-content"> <div class="feature-two-container-bottom-content">
<i class="icon-scales feature-two-container-bottom-content-icon"></i> <i class="icon-scales feature-two-container-bottom-content-icon"></i>
<span class="feature-two-container-bottom-content-title">Strive for a healthy work-life balance</span> <h3 class="feature-two-container-bottom-content-title">Strive for a healthy work-life balance</h3>
<p class="feature-two-container-bottom-content-desc"> <p class="feature-two-container-bottom-content-desc">
Development is often tied to long working hours. That is why we Development is often tied to long working hours. That is why we
want to you to have enough time for recreation. Austria is a want to you to have enough time for recreation. Austria is a
@ -46,7 +46,7 @@ layout: page
</div> </div>
<div class="feature-two-container-bottom-content"> <div class="feature-two-container-bottom-content">
<i class="icon-chart feature-two-container-bottom-content-icon"></i> <i class="icon-chart feature-two-container-bottom-content-icon"></i>
<span class="feature-two-container-bottom-content-title">Purpose-Driven Growth</span> <h3 class="feature-two-container-bottom-content-title">Purpose-Driven Growth</h3>
<p class="feature-two-container-bottom-content-desc"> <p class="feature-two-container-bottom-content-desc">
Safings drive comes out of conviction and commitment to the Safings drive comes out of conviction and commitment to the
cause of privacy, not for generating profit. We strive for cause of privacy, not for generating profit. We strive for
@ -58,7 +58,7 @@ layout: page
</div> </div>
<div class="feature-two-container-bottom-content"> <div class="feature-two-container-bottom-content">
<i class="icon-heart feature-two-container-bottom-content-icon"></i> <i class="icon-heart feature-two-container-bottom-content-icon"></i>
<span class="feature-two-container-bottom-content-title">Transparency & Open Source</span> <h3 class="feature-two-container-bottom-content-title">Transparency & Open Source</h3>
<p class="feature-two-container-bottom-content-desc"> <p class="feature-two-container-bottom-content-desc">
Handling sensitive data requires a lot of trust. Help us Handling sensitive data requires a lot of trust. Help us
building this trust by contributing to our code base. Open building this trust by contributing to our code base. Open
@ -81,7 +81,7 @@ layout: page
{% for job in jobs %} {% for job in jobs %}
<div class="card p-7 flex items-center"> <div class="card p-7 flex items-center">
<div class="flex space-x-2 items-center"> <div class="flex space-x-2 items-center">
<span class="text-xl block">{{ job.title }}</span> <h4 class="text-xl block">{{ job.title }}</h4>
<span class="text-sm text-safing-gray-300 block">{{ job.extraInfo }}</span> <span class="text-sm text-safing-gray-300 block">{{ job.extraInfo }}</span>
</div> </div>
<a class="btn-secondary ml-auto" href="{{ job.url }}">View More</a> <a class="btn-secondary ml-auto" href="{{ job.url }}">View More</a>