Skip to content

Commit 77d67d8

Browse files
committed
Minor style change in example
1 parent e61bc66 commit 77d67d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,18 @@
1717
font-family: 'Source Sans Pro', sans-serif;
1818
}
1919

20+
a,
21+
a:visited {
22+
color: currentColor;
23+
}
24+
2025
h1 {
2126
margin-bottom: 1.5rem;
2227
}
2328

2429
mark {
2530
background: transparent;
31+
color: currentColor;
2632
font-weight: bold;
2733
text-decoration: underline;
2834
}

0 commit comments

Comments
 (0)