diff options
-rw-r--r-- | style.scss | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -433,16 +433,23 @@ th { #mc_embed_signup { background-color: inherit; font: inherit; + input { + color: Black; + } + .button { + color: DarkBlue; + background-color: LightBlue; + } } } #footer #mc_embed_signup form { padding: 0; - } +} #footer #mc_embed_signup label { font-size: inherit; - } +} #pageinfo { margin: 0; |