Changes line color for static pages.

This commit is contained in:
damencho 2016-11-01 13:28:04 -05:00
parent 7da8db74b0
commit f28311a2ce
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ html, body {
font-size: 24px;
.thanks-msg {
border-bottom: 1px solid $defaultLightFontColor;
border-bottom: 1px solid $selectBg;
padding-left: 30px;
padding-right: 30px;
p {