背景とアイコンのhover範囲を揃えた
This commit is contained in:
parent
263889eb71
commit
4d553c6b51
1 changed files with 5 additions and 5 deletions
|
@ -74,19 +74,19 @@
|
|||
transition: fill 0.2s;
|
||||
}
|
||||
|
||||
.link svg:hover {
|
||||
.link:hover svg {
|
||||
fill: hsl(0, 25%, 30%);
|
||||
}
|
||||
.misskey svg:hover {
|
||||
.misskey:hover svg {
|
||||
fill: hsl(75, 99%, 40%);
|
||||
}
|
||||
.threads svg:hover {
|
||||
.threads:hover svg {
|
||||
fill: black;
|
||||
}
|
||||
.twitter svg:hover {
|
||||
.twitter:hover svg {
|
||||
fill: hsl(203, 100%, 65%);
|
||||
}
|
||||
.rss svg:hover {
|
||||
.rss:hover svg {
|
||||
fill: orange;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue