Skip to content

Commit 55e83c9

Browse files
committed
keep a[href] as a reference like the value we want to override from globals.css
1 parent 56610d3 commit 55e83c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
font-weight: 500;
6161
}
6262

63-
p a {
63+
p a[href] {
6464
color: inherit;
6565
text-decoration: underline;
6666
}

0 commit comments

Comments
 (0)