chore(app): revert main links to normal underlines
This commit is contained in:
@@ -142,26 +142,9 @@ button.main-button svg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.main-link {
|
a.main-link {
|
||||||
text-decoration: none;
|
|
||||||
position: relative;
|
|
||||||
color: var(--moss);
|
color: var(--moss);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.main-link:after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0.15em;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
border-bottom: 1px solid var(--moss);
|
|
||||||
transition: 0.2s;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.main-link:hover:after {
|
|
||||||
width: 0%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
color: var(--foreground-secondary);
|
color: var(--foreground-secondary);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,14 +87,14 @@ const Footer = (_: FooterProps) => {
|
|||||||
Pablo Stanley
|
Pablo Stanley
|
||||||
</a>
|
</a>
|
||||||
,{" "}
|
,{" "}
|
||||||
<a className="main-link" href="https://remarkable.com/">
|
|
||||||
reMarkable
|
|
||||||
</a>
|
|
||||||
,{" "}
|
|
||||||
<a className="main-link" href="https://qatalog.com/">
|
<a className="main-link" href="https://qatalog.com/">
|
||||||
Qatalog
|
Qatalog
|
||||||
</a>
|
</a>
|
||||||
,{" "}
|
,{" "}
|
||||||
|
<a className="main-link" href="https://remarkable.com/">
|
||||||
|
reMarkable
|
||||||
|
</a>
|
||||||
|
,{" "}
|
||||||
<a className="main-link" href="https://www.spacedrive.com/">
|
<a className="main-link" href="https://www.spacedrive.com/">
|
||||||
Spacedrive
|
Spacedrive
|
||||||
</a>
|
</a>
|
||||||
@@ -155,8 +155,8 @@ const Footer = (_: FooterProps) => {
|
|||||||
by Mikhail Sharanda and{" "}
|
by Mikhail Sharanda and{" "}
|
||||||
<a className="main-link" href="https://www.ibm.com/plex/">
|
<a className="main-link" href="https://www.ibm.com/plex/">
|
||||||
IBM Plex Mono
|
IBM Plex Mono
|
||||||
</a>.{" "}
|
</a>
|
||||||
Contact us at{" "}
|
. Contact us at{" "}
|
||||||
<a className="main-link" href="mailto:hello@phosphoricons.com">
|
<a className="main-link" href="mailto:hello@phosphoricons.com">
|
||||||
hello@phosphoricons.com
|
hello@phosphoricons.com
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
|
|||||||
Reference in New Issue
Block a user