From 7147f0691d78d825c1f66e7a8534400d365b27d0 Mon Sep 17 00:00:00 2001 From: Emre Varci <71128652+wintergew@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:40:00 +0300 Subject: [PATCH] Change card titles in the settings menu to white to increase accessibility --- front/css/pialert.css | 1 + 1 file changed, 1 insertion(+) diff --git a/front/css/pialert.css b/front/css/pialert.css index d3d0cb47..38abb975 100755 --- a/front/css/pialert.css +++ b/front/css/pialert.css @@ -1036,6 +1036,7 @@ input[readonly] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + color: white; }