From 293dc1a45eb8376fe86b7e369037826cd3745c91 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 24 May 2016 17:57:53 -0400 Subject: [PATCH] done with background gradient --- editor_tests_compiled.html | 2 +- page_dark.styl | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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 -- 1.7.10.4