Skip to content

Commit

Permalink
link cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 10, 2024
1 parent 0e97a86 commit 99754f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ input[type="number"] {
}

&__column-title {
color: $gray;
color: #88888c;
margin-bottom: 32px;
line-height: 150%;
font-size: 1.125em;
Expand Down Expand Up @@ -1740,4 +1740,7 @@ input[type="number"] {
}
}
}
a {
color: #24ad7c; /* Ensure this matches the .text-incognitee-green class */
}
</style>

0 comments on commit 99754f8

Please sign in to comment.