Spaces:
Running
Running
Make the link white to make easier to view
Browse files- value-mapper.html +3 -3
value-mapper.html
CHANGED
|
@@ -51,9 +51,9 @@ tailwind.config = {
|
|
| 51 |
<a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">About</a>
|
| 52 |
</nav>
|
| 53 |
<div class="flex items-center space-x-2">
|
| 54 |
-
<a href="scorecard.html" class="md:hidden px-3 py-2 text-white hover:text-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
<button id="mobileMenuButton" class="md:hidden p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
|
| 58 |
<div class="flex flex-col space-y-1.5">
|
| 59 |
<span class="hamburger-line"></span>
|
|
|
|
| 51 |
<a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">About</a>
|
| 52 |
</nav>
|
| 53 |
<div class="flex items-center space-x-2">
|
| 54 |
+
<a href="scorecard.html" class="md:hidden px-3 py-2 text-white hover:text-white transition-colors" title="Scorecard">
|
| 55 |
+
<i data-feather="check-circle" class="w-5 h-5 text-white"></i>
|
| 56 |
+
</a>
|
| 57 |
<button id="mobileMenuButton" class="md:hidden p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
|
| 58 |
<div class="flex flex-col space-y-1.5">
|
| 59 |
<span class="hamburger-line"></span>
|