--- a/src/main/webapp/lightpit.css Tue Jan 14 20:12:25 2025 +0100 +++ b/src/main/webapp/lightpit.css Thu Jan 30 19:47:21 2025 +0100 @@ -51,6 +51,14 @@ margin: 0.25em 0; } +.light-text { + color: white; +} + +.dark-text { + color: #1c204e; +} + textarea, input, button, select { font-family: inherit; font-size: inherit;