mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 12:33:09 +02:00
🎨
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;
|
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