Skip to content

Commit 5647d64

Browse files
committed
Add class="contrast" to <a> elements
1 parent c56bc58 commit 5647d64

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

assets/css/bpd.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@ input::-moz-focus-inner {
5555
padding: 0;
5656
}
5757

58-
article.post-list a,
58+
article.post-list a {
59+
color: #00a2c3;
60+
}
61+
5962
article.pico-background-pumpkin-650 a.contrast,
6063
article.pico-background-pumpkin-800 a.contrast,
6164
article.pico-background-zinc-800 a.contrast {
62-
color: #00a2c3;
65+
color: #03d5ff;
6366
}
6467

6568
div#newsletter {

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ <h3 class="pico-color-pumpkin-50">Diversity By Inclusion</h3>
2020
<article class="pico-background-pumpkin-800">
2121
<h3 class="pico-color-pumpkin-50">Extend their reach</h3>
2222
<p class="pico-color-pumpkin-50">Great programs exist. Our goal is to help those programs make it our local communities.</p>
23-
<p><a href="/about">Learn More</a></p>
23+
<p><a class="contrast" href="/about">Learn More</a></p>
2424
</article>
2525
<article class="pico-background-zinc-800"
2626
">
2727
<h3 class="pico-color-pumpkin-50">Say it loud!</h3>
2828
<p class="pico-color-pumpkin-50">Our stack and our decisions are open source by default and we share what we're doing as loudly and often as possible.</p>
29-
<p><a href="/about">Learn More</a></p>
29+
<p><a class="contrast" href="/about">Learn More</a></p>
3030
</article>
3131
</div>
3232

0 commit comments

Comments
 (0)