Changes line color for static pages.
This commit is contained in:
parent
7da8db74b0
commit
f28311a2ce
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue