update css for links on salvation page

Transactions
Dan 2017-09-29 00:49:17 -06:00
parent d29a5246e4
commit 3405cd43ab
3 changed files with 11 additions and 3 deletions

View File

@ -3,4 +3,12 @@
font-weight: bold;
border-bottom: 1px solid gray;
margin-bottom: 10px;
}
}
a{
color: inherit;
}
a:visited{
color: inherit;
}

View File

@ -62,6 +62,6 @@
</div>
<div sideBar class="side-bar">
<upcoming-events-component [numberOfEventsToShow]="4" ></upcoming-events-component>
</div>
</secondary-page-component>

View File

@ -1,7 +1,7 @@
#!/bin/sh
BUILD_ANGULAR_ARG=$1
BUILD_ANGULAR=false
BUILD_ANGULAR=true
if [ "$BUILD_ANGULAR_ARG" = -ng ]; then
BUILD_ANGULAR=true
fi