Skip to content
Snippets Groups Projects
Commit 8091c32b authored by nimrod's avatar nimrod
Browse files

Styling of the spam me page.

The raw HTML in that page isn't styled properly after switching to the
Seafoam theme.
parent 7f1f3b64
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,11 @@ Spam Nimrod ...@@ -15,9 +15,11 @@ Spam Nimrod
method="POST"> method="POST">
<label for="message">Message</label> <label for="message">Message</label>
<br/> <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/> <br/>
<button>Send message</button> <button style="color:#002b36">Send message</button>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment