Skip to content

Commit 2ceeee7

Browse files
committed
add: hover effect to article toolbar buttons
1 parent 219b06b commit 2ceeee7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/layouts/WikiArticle.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,11 @@ const modifiedTime = lastModified
450450
box-sizing: border-box;
451451
border-radius: 0.33em;
452452
color: #ffffff80;
453+
transition: color 0.5s ease-in-out;
454+
455+
&:hover {
456+
color: #ffffff;
457+
}
453458
}
454459
}
455460
}

0 commit comments

Comments
 (0)