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 { 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);
} }

View File

@@ -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>{" "}