unstyle link in home icon
This commit is contained in:
parent
68b1e3d690
commit
3ee1f727de
1 changed files with 6 additions and 1 deletions
|
|
@ -53,7 +53,12 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
/*height: 100%;*/
|
||||
|
||||
}
|
||||
home-symbol a {
|
||||
/* Unstyle link */
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
/* cursor: inherit; // we want to keep the clickable cursor */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue