🎨
This commit is contained in:
parent
b1faaebc93
commit
bc0e600e51
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue