chore(app): revert main links to normal underlines
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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>{" "}
|
||||
|
||||
Reference in New Issue
Block a user