feat: color and sign up catch phrase
This commit is contained in:
parent
9bb0960c63
commit
7f8bdf3b56
2 changed files with 3 additions and 3 deletions
|
@ -74,8 +74,7 @@ layout: default
|
||||||
>
|
>
|
||||||
<div id="mc_embed_signup_scroll">
|
<div id="mc_embed_signup_scroll">
|
||||||
<label for="mce-EMAIL"
|
<label for="mce-EMAIL"
|
||||||
>Sign up to get {{ page.category }} posts like this periodically and
|
>Sign up to get {{ page.category }} posts like this and more.</label
|
||||||
more.</label
|
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
|
|
|
@ -599,7 +599,8 @@ table.image caption {
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0px 3px;
|
padding: 0px 3px;
|
||||||
color: #8a2be2;
|
// color: #8a2be2;
|
||||||
|
color: #80ae3c;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin-top: 21px;
|
margin-top: 21px;
|
||||||
|
|
Loading…
Reference in a new issue