Skip to content

Commit f6488ef

Browse files
committed
styles: Make anchor tag styles reusable via composable .link CSS class
1 parent b78d35c commit f6488ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/application.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ h1 {
5757
}
5858
}
5959

60-
a {
60+
a, .link {
6161
color: var(--link-color);
6262
text-decoration: none;
6363

0 commit comments

Comments
 (0)