We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8f6d3 commit 37980b6Copy full SHA for 37980b6
app/styles/pages/index.scss
@@ -17,7 +17,14 @@
17
}
18
19
.view-bulletin {
20
+ border-color: $white;
21
+ color: $white;
22
margin-top: $padding-m;
23
+
24
+ &:hover {
25
+ color: $gray-extradark;
26
+ background-color: $white;
27
+ }
28
29
30
app/templates/index.hbs
@@ -1,7 +1,7 @@
1
<div class="main-index" data-auto-id="index">
2
{{#cover-page}}
3
<h1>Loved, Loving.</h1>
4
- {{#link-to "bulletin/sunday" class="btn btn-default view-bulletin" data-auto-id="listen-sermons-button"}}
+ {{#link-to "bulletin/sunday" class="btn btn-outline-primary view-bulletin" data-auto-id="listen-sermons-button"}}
5
View our latest bulletin
6
{{/link-to}}
7
{{/cover-page}}
0 commit comments