diff options
-rw-r--r-- | html/ccc/index.html | 2 |
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"> |