mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
🎨
This commit is contained in:
@ -125,6 +125,16 @@ export default defineComponent({
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
color: var(--accent);
|
||||
|
||||
> .icon {
|
||||
background: var(--accentedBg);
|
||||
}
|
||||
}
|
||||
|
||||
> .icon {
|
||||
display: grid;
|
||||
place-content: center;
|
||||
|
Reference in New Issue
Block a user