Skip to content

Commit f99f913

Browse files
committed
Remove $primary-color reference
1 parent 70ed1e7 commit f99f913

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/stylesheets/home.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ ul.content-providers-grid {
377377
}
378378

379379
.home-title-link {
380-
color: $primary-color;
380+
color: unset;
381381
text-decoration: none;
382382
&:hover{
383-
color: $primary-color;
383+
color: unset;
384384
text-decoration: none;
385385
}
386386
}

0 commit comments

Comments
 (0)