Merge pull request #46 from modrinth/remove-projectcard-underline

Remove projectcard underline
This commit is contained in:
Zach Baird
2023-05-02 13:36:02 -04:00
committed by GitHub
2 changed files with 1 additions and 5 deletions

View File

@@ -41,10 +41,6 @@ body {
a {
color: var(--color-blue);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
a.uncolored {

View File

@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.11",
"version": "0.4.12",
"files": [
"dist"
],