chore(app): revert main links to normal underlines

This commit is contained in:
rektdeckard
2023-03-23 16:51:17 -06:00
parent e87c0da9da
commit b1b9eadc35
2 changed files with 6 additions and 23 deletions

View File

@@ -142,26 +142,9 @@ button.main-button svg {
}
a.main-link {
text-decoration: none;
position: relative;
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 {
color: var(--foreground-secondary);
}

View File

@@ -87,14 +87,14 @@ const Footer = (_: FooterProps) => {
Pablo Stanley
</a>
,{" "}
<a className="main-link" href="https://remarkable.com/">
reMarkable
</a>
,{" "}
<a className="main-link" href="https://qatalog.com/">
Qatalog
</a>
,{" "}
<a className="main-link" href="https://remarkable.com/">
reMarkable
</a>
,{" "}
<a className="main-link" href="https://www.spacedrive.com/">
Spacedrive
</a>
@@ -155,8 +155,8 @@ const Footer = (_: FooterProps) => {
by Mikhail Sharanda and{" "}
<a className="main-link" href="https://www.ibm.com/plex/">
IBM Plex Mono
</a>.{" "}
Contact us at{" "}
</a>
. Contact us at{" "}
<a className="main-link" href="mailto:hello@phosphoricons.com">
hello@phosphoricons.com
</a>{" "}