From 7e3ab4e397ff9d274d2aaa1ef467727f2107bccd Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 18 Mar 2016 10:17:11 -0400 Subject: [PATCH] clean up testing color scheme --- editor_tests_compiled.html | 16 ++++++++++++---- page_dark.styl | 2 ++ 2 files changed, 14 insertions(+), 4 deletions(-) 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 -- 1.7.10.4