Skip to content

Commit

Permalink
fix colours
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapitan committed Feb 13, 2024
1 parent 2b7b260 commit dbb503b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.text-muted {
--bs-text-opacity: 1;
color: #959595 !important;
color: #e7e5e2 !important;
}

.text-hero {
--bs-text-opacity: 1;
color: #e7e5e2 !important;
color: #959595 !important;
}

0 comments on commit dbb503b

Please sign in to comment.