Skip to content

Commit b8aa702

Browse files
committed
color switch
1 parent 4a1b776 commit b8aa702

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ <h3 class="text-dark fw-bold">Cold Card Mk4</h3>
253253
COLDCARD is the world’s most trusted and secure Bitcoin Signing
254254
Device (a.k.a Bitcoin hardware wallet).
255255
</p>
256-
<p id="coldcard-price" class="price-text">Price: ~$165</p>
256+
<p id="coldcard-price" class="price-color">Price: ~$165</p>
257257
</div>
258258
</div>
259-
</div>
259+
</div>
260260
<div class="col-12 col-lg-3">
261261
<div
262262
class="card bg-neo border-0 neo-block mx-auto mb-4 mb-lg-0 me-lg-4"
@@ -281,7 +281,7 @@ <h3 class="text-dark fw-bold">Sovereign Computing</h3>
281281
become digitally sovereign. We buy, build, and optionally
282282
configure your "node" before walking you through use.
283283
</p>
284-
<p class="price-text">Price: varies on specifics</p>
284+
<p class="price-color">Price: varies on specifics</p>
285285
</div>
286286
</div>
287287
</div>
@@ -309,7 +309,7 @@ <h3 class="text-dark fw-bold">Meshtastic device</h3>
309309
areas without existing or reliable communications
310310
infrastructure. (Coming soon...)
311311
</p>
312-
<p class="price-text">Price: N/A</p>
312+
<p class="price-color">Price: N/A</p>
313313
</div>
314314
</div>
315315
</div>
@@ -338,7 +338,7 @@ <h3 class="text-dark fw-bold">bitaxe</h3>
338338
BM1366 ASIC from the S19XP. Help decentralize the hashrate with
339339
this small form miner.
340340
</p>
341-
<p id="bitaxe-price" class="price-text">Price: ~$145</p>
341+
<p id="bitaxe-price" class="price-color">Price: ~$145</p>
342342
</div>
343343
</div>
344344
</div>

style.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ h1, h2, h3, h4, h5, h6 {
8080
margin-bottom: 60px !important;
8181
}
8282

83-
8483
.rounded-12 {
8584
border-radius: 12px;
85+
}
86+
87+
.price-color {
88+
color: #FFA90A;
8689
}

0 commit comments

Comments
 (0)