about summary refs log tree commit diff stats
path: root/html/ccc
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2025-02-21 13:49:05 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2025-02-21 13:49:05 -0500
commit08885051b251e9acfea533a2512bf32eb3bc36e0 (patch)
tree92131ccb6eef7c84b3df069ace291175e1848499 /html/ccc
parent094361d49f8c072c13f158a5f3db61a08eeb2afb (diff)
downloadtour-08885051b251e9acfea533a2512bf32eb3bc36e0.tar.gz
*
Diffstat (limited to 'html/ccc')
-rw-r--r--html/ccc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/ccc/index.html b/html/ccc/index.html
index 9f2e4c6..96fee2e 100644
--- a/html/ccc/index.html
+++ b/html/ccc/index.html
@@ -89,7 +89,7 @@
         <form id="colorForm" onsubmit="event.preventDefault(); updateColors();">
             <label for="colors">Colors you want to check for contrast:</label>
             <textarea id="colors" class="color-input" required placeholder="Feel free to mix and match hex, rgb, and rgba values!"></textarea>
-            <p style="margin-top: 0;">You can enter colors as either a comma separated list or a newline separated list. Colors can be in hex (#RGB or #RRGGBB), rgb(r,g,b), or rgba(r,g,b,a) format. You. can mix and match color formats, too.</p>
+            <p style="margin-top: 0;">You can enter colors as a comma separated list, or as a newline separated list...or a mix of both! Colors can be in hex (#RGB or #RRGGBB), rgb(r,g,b), or rgba(r,g,b,a) format. You can mix and match color formats, too!</p>
             <div class="form-controls">
                 <button type="submit">Check Contrast</button>
                 <div class="checkbox-controls">