]> littlesong.place Git - littlesongplace.git/commitdiff
Fix color of text in textareas
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 26 Jan 2025 23:31:30 +0000 (18:31 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 26 Jan 2025 23:31:30 +0000 (18:31 -0500)
static/styles.css

index e6a7de8abddadf6a41275f03eef6085746750613..286495239c66bf0364e2fb99c92d006c2e8da9d5 100644 (file)
@@ -30,7 +30,7 @@ h2 {
 
 textarea {
     font-family: sans-serif;
-    color: var(--purple);
+    color: var(--black);
     border: 3px solid var(--purple);
     border-radius: 10px;
     padding: 10px;