背景とアイコンのhover範囲を揃えた

This commit is contained in:
moris 2025-02-25 08:45:35 +09:00
parent 263889eb71
commit 4d553c6b51

View file

@ -74,19 +74,19 @@
transition: fill 0.2s; transition: fill 0.2s;
} }
.link svg:hover { .link:hover svg {
fill: hsl(0, 25%, 30%); fill: hsl(0, 25%, 30%);
} }
.misskey svg:hover { .misskey:hover svg {
fill: hsl(75, 99%, 40%); fill: hsl(75, 99%, 40%);
} }
.threads svg:hover { .threads:hover svg {
fill: black; fill: black;
} }
.twitter svg:hover { .twitter:hover svg {
fill: hsl(203, 100%, 65%); fill: hsl(203, 100%, 65%);
} }
.rss svg:hover { .rss:hover svg {
fill: orange; fill: orange;
} }
</style> </style>