Skip to content

Commit

Permalink
footer category title color change, link color in content fix. (#61)
Browse files Browse the repository at this point in the history
* footer category title color change, link color in content fix.

* prettier

* format links global instead of per-instance

---------

Co-authored-by: Alexey Popov <a.popov@tantumpay.com>
Co-authored-by: Alain Brenzikofer <alain@integritee.network>
  • Loading branch information
3 people committed Sep 10, 2024
1 parent 31fb15f commit 9b3e2e5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pages/teerdays.vue
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,9 @@
<a
href="https://www.kraken.com/prices/integritee?quote=usd&interval=24h"
>Kraken</a
>, <a href="https://www.gate.io/de/trade/TEER_USDT">Gate</a> or
>,
<a href="https://www.gate.io/de/trade/TEER_USDT">Gate</a>
or
<a href="https://app.basilisk.cloud/trade?assetIn=1&assetOut=17"
>Basilisk</a
>. ​<br />
Expand Down Expand Up @@ -1700,7 +1702,7 @@ input[type="number"] {
}

&__column-title {
color: $gray;
color: #88888c;
margin-bottom: 32px;
line-height: 150%;
font-size: 1.125em;
Expand Down Expand Up @@ -1739,4 +1741,8 @@ input[type="number"] {
}
}
}

a {
color: #24ad7c; /* Ensure this matches the .text-incognitee-green class */
}
</style>

0 comments on commit 9b3e2e5

Please sign in to comment.