JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
done with background gradient
authorJason Woofenden <jason@jasonwoof.com>
Tue, 24 May 2016 21:57:53 +0000 (17:57 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 24 May 2016 21:57:53 +0000 (17:57 -0400)
editor_tests_compiled.html
page_dark.styl

index 9891d4d..61b3ccf 100644 (file)
@@ -30,7 +30,7 @@ spill onto a second line.&lt;/p>    &lt;p  >Text   with lots of extra whitespace
 
        in the original html  and no closing p tag       &lt;p>normal paragraph&lt;/p>
        &lt;p>testing &amp;lt;br&amp;gt; e f&lt;br>g   &lt;br>  h i j &lt;a href="http://example.com">Click me!</a> o p q r&lt;/p>
-       &lt;div style="color: white">
+       &lt;div style="border: 2px solid #fab">
        &lt;p> y z     &lt;strong&gt;Bold &lt;em&gt; Italic + Bold&lt;/strong&gt; Italic &lt;/em&gt; Normal&lt;/p&gt;
 &lt;p style="white-space: pre-wrap"&gt;this &amp;lt;p&amp;gt; has     white-space: pre-wrap&lt;/p&gt;
 
index 36ca1c5..246df94 100644 (file)
@@ -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