From: Chris Fulljames Date: Sun, 26 Jan 2025 23:31:30 +0000 (-0500) Subject: Fix color of text in textareas X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=97d3c9b2dae12b20ad7b42870e623b30e60eac3d;p=littlesongplace.git Fix color of text in textareas --- diff --git a/static/styles.css b/static/styles.css index e6a7de8..2864952 100644 --- a/static/styles.css +++ b/static/styles.css @@ -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;