Skip to content

Commit

Permalink
fixing text color in footer.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sophie committed Nov 27, 2023
1 parent 21eae64 commit f5fe92f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ <h2 class="text-4xl mb-8 font-bold text-center text-primary-900 pt-6">Stay one s
</article>
</main>

<div class="text-gray-100">
<h2 class="mt-3 mb-1">Enhance Your IT Security with ThreatShield</h2>
<p>At ThreatShield, we empower businesses and organizations to effectively identify, evaluate, and manage threats
and risks within their IT systems. Our comprehensive platform enables teams to collaborate seamlessly, whether
Expand Down Expand Up @@ -172,6 +173,7 @@ <h2 class="mt-3 mb-1">AI-Powered Suggestions</h2>


{{> footer }}
</div>

</body>

Expand Down
2 changes: 1 addition & 1 deletion src/partials/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="mt-5 w-full text-xs text-center text-legendary-200">
<footer class="mt-5 w-full text-xs text-center text-gray-100">
<div class="mt-5 space-x-5">
<a href="https://inspired.consulting">&copy; 2023 Inspired Consulting GmbH</a>
<a href="/">Home</a>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.{js,html}"],
content: ["./index.html", "./src/**/*.{js,html,hbs}"],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit f5fe92f

Please sign in to comment.