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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user