diff --git a/app/styles/index.module.css b/app/styles/index.module.css
index bf51cdccc1..afa6d1941d 100644
--- a/app/styles/index.module.css
+++ b/app/styles/index.module.css
@@ -58,6 +58,10 @@
h2 {
font-size: 1.05rem;
+
+ a:not(:hover) {
+ color: var(--main-color);
+ }
}
}
diff --git a/app/templates/index.hbs b/app/templates/index.hbs
index c494ecbc52..22254db744 100644
--- a/app/templates/index.hbs
+++ b/app/templates/index.hbs
@@ -57,7 +57,7 @@
{{else}}
- New Crates (see all)
+ New Crates
{{#if this.dataTask.isRunning}}
{{#each (placeholders 10)}}
@@ -81,7 +81,7 @@
- Most Downloaded (see all)
+ Most Downloaded
{{#if this.dataTask.isRunning}}
{{#each (placeholders 10)}}
@@ -104,7 +104,7 @@
- Just Updated (see all)
+ Just Updated
{{#if this.dataTask.isRunning}}
{{#each (placeholders 10)}}
@@ -128,7 +128,7 @@
- Most Recent Downloads (see all)
+ Most Recent Downloads
{{#if this.dataTask.isRunning}}
{{#each (placeholders 10)}}
@@ -151,7 +151,7 @@
- Popular Keywords (see all)
+ Popular Keywords
{{#if this.dataTask.isRunning}}
{{#each (placeholders 10)}}
@@ -174,7 +174,7 @@
- Popular Categories (see all)
+ Popular Categories
{{#if this.dataTask.isRunning}}
{{#each (placeholders 10)}}