New: Link Indexer name to info modal

#546
This commit is contained in:
Qstick
2023-02-26 00:06:40 -06:00
parent ff16043a06
commit 99d315979e
10 changed files with 298 additions and 216 deletions
@@ -0,0 +1,8 @@
.link {
composes: link from '~Components/Link/Link.css';
&:hover {
color: var(--linkHoverColor);
text-decoration: underline;
}
}