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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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>