From: Jason Woofenden Date: Tue, 24 May 2016 21:57:53 +0000 (-0400) Subject: done with background gradient X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=commitdiff_plain;h=293dc1a45eb8376fe86b7e369037826cd3745c91 done with background gradient --- diff --git a/editor_tests_compiled.html b/editor_tests_compiled.html index 9891d4d..61b3ccf 100644 --- a/editor_tests_compiled.html +++ b/editor_tests_compiled.html @@ -30,7 +30,7 @@ spill onto a second line.</p> <p >Text with lots of extra whitespace in the original html and no closing p tag <p>normal paragraph</p> <p>testing &lt;br&gt; e f<br>g <br> h i j <a href="http://example.com">Click me! o p q r</p> - <div style="color: white"> + <div style="border: 2px solid #fab"> <p> y z <strong>Bold <em> Italic + Bold</strong> Italic </em> Normal</p> <p style="white-space: pre-wrap">this &lt;p&gt; has white-space: pre-wrap</p> diff --git a/page_dark.styl b/page_dark.styl index 36ca1c5..246df94 100644 --- a/page_dark.styl +++ b/page_dark.styl @@ -1,8 +1,6 @@ body - color: white - background: black - color: #000 - background: linear-gradient(0deg, #000, #fff) + background: #444 + color: #fff a, a:link, a:hover, a:visited - color: #88f + color: #3bf