Skip to content

Commit 3d8a5a0

Browse files
committed
link color oopsie
1 parent 937fe6d commit 3d8a5a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/routes/(pages)/blog/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
margin: 0;
4444
}
4545
.link {
46-
display: inline-block;
46+
color: var(--color-primary);
4747
}
4848
article {
4949
display: flex;

src/styles/app.css

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ body {
2121
}
2222
a {
2323
color: inherit;
24-
color: var(--color-primary);
2524
}
2625
a:hover {
2726
text-decoration: none;

0 commit comments

Comments
 (0)