Skip to content

Commit 2d792b6

Browse files
Hyeok KimHyeok Kim
authored andcommitted
style
1 parent 7bb5e2f commit 2d792b6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
name: 'blog',
27-
href: 'https://medium.com/@uwdata'
27+
href: `${base}/blog` // 'https://medium.com/@uwdata'
2828
},
2929
{
3030
name: 'code',

src/routes/blog/[slug]/+page.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,12 @@
264264
button:hover {
265265
color: #8a5ed3;
266266
}
267+
268+
:global(p a) {
269+
text-decoration: underline;
270+
}
271+
272+
:global(p) {
273+
color: #454545;
274+
}
267275
</style>

0 commit comments

Comments
 (0)