Skip to content

Commit 52c462e

Browse files
committed
add repo link
1 parent 8ee1cb1 commit 52c462e

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

css/page.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ body {
3030
}
3131
}
3232

33+
a {
34+
color: var(--neutral-13);
35+
&:is(:focus, :active) {
36+
color: black;
37+
@media (prefers-color-scheme: dark) {
38+
color: white;
39+
}
40+
}
41+
}
42+
3343
[hero] {
3444
border-radius: 1rem;
3545
padding: 1rem;

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ <h1>Open Swatch</h1>
2424
<p>
2525
Install the package with <code>npm i openswatch</code> to use with CSS bundlers.
2626
</p>
27+
28+
<p>Check out more on <a href="https://github.com/keithamus/openswatch">GitHub keithamus/openswatch</a>.</p>
2729
</div>
2830
<section>
2931
<pre>

0 commit comments

Comments
 (0)