From 8091c32bab3c23f7b8b61d596a15cf1deaef84f6 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 11 Jun 2021 20:10:43 +0300 Subject: [PATCH] Styling of the spam me page. The raw HTML in that page isn't styled properly after switching to the Seafoam theme. --- content/pages/spam.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/pages/spam.rst b/content/pages/spam.rst index f5f8db0..cb9b51e 100644 --- a/content/pages/spam.rst +++ b/content/pages/spam.rst @@ -15,9 +15,11 @@ Spam Nimrod method="POST"> <label for="message">Message</label> <br/> - <textarea name="message" rows="5" cols="50">Hi there.</textarea> + <textarea name="message" rows="5" cols="50" style="color: #002b36"> + Hi there. + </textarea> <br/> - <button>Send message</button> + <button style="color:#002b36">Send message</button> </form> -- GitLab