mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Rotate theme button icons 12deg on hover
This commit is contained in:
@@ -122,6 +122,9 @@ const { activeNav } = Astro.props;
|
|||||||
nav button svg {
|
nav button svg {
|
||||||
@apply w-6 h-6 fill-skin-base hover:fill-skin-accent;
|
@apply w-6 h-6 fill-skin-base hover:fill-skin-accent;
|
||||||
}
|
}
|
||||||
|
#theme-btn svg {
|
||||||
|
@apply hover:rotate-12;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-container {
|
.icon-container {
|
||||||
@apply w-6 h-5 flex-col justify-between items-end;
|
@apply w-6 h-5 flex-col justify-between items-end;
|
||||||
|
|||||||
Reference in New Issue
Block a user