Skip to content

Commit

Permalink
refactor: darken overlay, brighten txt, use smaller & more apt bg image
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 5, 2024
1 parent d685379 commit 66880b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/web/_includes/pages/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<div class="overlay"></div>
<div class="text-center my-5">
<h1 class="text-white fs-3 fw-bolder">Need a helping hand?</h1>
<p class="text-white-50 lead mb-0">
<p class="text-white lead mb-0">
Perhaps you need someone with technical expertise to help you solve
a problem? <br />Or maybe you want us to collaborate on some cool
stuff?
Expand Down
2 changes: 1 addition & 1 deletion app/web/_includes/pages/home.njk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<div class="overlay"></div>
<div class="text-center my-5">
<h1 class="text-white fs-3 fw-bolder">Support the project</h1>
<p class="text-white-50 lead mb-0">
<p class="text-white lead mb-0">
If you find this useful, consider supporting the developer!
</p>
<a class="btn btn-warning btn-lg mt-3" href="https://ko-fi.com/engineervix" target="_blank" rel="noopener noreferrer">
Expand Down
2 changes: 1 addition & 1 deletion app/web/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $success: #188200;
height: 100%;
width: 100%;
background-color: $gray-900;
opacity: 0.5;
opacity: 0.75;
z-index: 1;
}

Expand Down
Binary file modified app/web/img/support.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66880b5

Please sign in to comment.