We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee1cb1 commit 52c462eCopy full SHA for 52c462e
2 files changed
css/page.css
@@ -30,6 +30,16 @@ body {
30
}
31
32
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
+
43
[hero] {
44
border-radius: 1rem;
45
padding: 1rem;
index.html
@@ -24,6 +24,8 @@ <h1>Open Swatch</h1>
24
<p>
25
Install the package with <code>npm i openswatch</code> to use with CSS bundlers.
26
</p>
27
28
+ <p>Check out more on <a href="https://github.com/keithamus/openswatch">GitHub keithamus/openswatch</a>.</p>
29
</div>
<section>
<pre>
0 commit comments