🎨
This commit is contained in:
parent
b1faaebc93
commit
bc0e600e51
|
@ -125,6 +125,16 @@ export default defineComponent({
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
background: none;
|
||||||
|
color: var(--accent);
|
||||||
|
|
||||||
|
> .icon {
|
||||||
|
background: var(--accentedBg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> .icon {
|
> .icon {
|
||||||
display: grid;
|
display: grid;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
|
|
Loading…
Reference in a new issue