From: Jason Woofenden Date: Fri, 18 Mar 2016 14:17:11 +0000 (-0400) Subject: clean up testing color scheme X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=commitdiff_plain;h=7e3ab4e397ff9d274d2aaa1ef467727f2107bccd clean up testing color scheme --- diff --git a/editor_tests_compiled.html b/editor_tests_compiled.html index 5a07fe9..4c55b41 100644 --- a/editor_tests_compiled.html +++ b/editor_tests_compiled.html @@ -21,10 +21,15 @@

Peach HTML5 Editor test page (compiled version)

-

This version of the editor test page requires that you've compiled all the source files. (Just run make).

+

This color scheme is just temporary, for testing the cursor and annotations on a variaty of background colors

-

HTML view. Changes here propagate when you remove your cursor (press tab or click outside)

-

Source - AGPLv3+

+

Source - AGPLv3+

diff --git a/page_dark.styl b/page_dark.styl index 21ac9db..36ca1c5 100644 --- a/page_dark.styl +++ b/page_dark.styl @@ -1,6 +1,8 @@ body color: white background: black + color: #000 + background: linear-gradient(0deg, #000, #fff) a, a:link, a:hover, a:visited color: #88f