Using the Inspector (right-click on an element in your browser), I found this:
#page footer.has-content {
border-top: 1px solid #000;
}
You can edit the Stylesheet under the Story tab and insert the code above and change the style as needed. border-top: 1px solid red;
will make it red, for example.