Skip to content

Commit 37980b6

Browse files
committed
Improve bulletin button style
1 parent 2f8f6d3 commit 37980b6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/styles/pages/index.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@
1717
}
1818

1919
.view-bulletin {
20+
border-color: $white;
21+
color: $white;
2022
margin-top: $padding-m;
23+
24+
&:hover {
25+
color: $gray-extradark;
26+
background-color: $white;
27+
}
2128
}
2229
}
2330

app/templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="main-index" data-auto-id="index">
22
{{#cover-page}}
33
<h1>Loved, Loving.</h1>
4-
{{#link-to "bulletin/sunday" class="btn btn-default view-bulletin" data-auto-id="listen-sermons-button"}}
4+
{{#link-to "bulletin/sunday" class="btn btn-outline-primary view-bulletin" data-auto-id="listen-sermons-button"}}
55
View our latest bulletin
66
{{/link-to}}
77
{{/cover-page}}

0 commit comments

Comments
 (0)