Skip to content

Commit 9f04965

Browse files
authored
Merge pull request #165 from ably/link-color
feat: blue links
2 parents 77d920f + b788ad0 commit 9f04965

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@
5151
th {
5252
@apply bg-slate-200;
5353
}
54+
a {
55+
@apply text-blue-700;
56+
}
5457
}

0 commit comments

Comments
 (0)