From 1a97bcbfb014a8c4906c0161c9a397efbe9420d1 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Wed, 15 May 2024 21:51:44 +0000 Subject: Change color scheme of Shiny app to black/white --- inst/app/www/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inst/app/www/styles.css') diff --git a/inst/app/www/styles.css b/inst/app/www/styles.css index a3533d3..f6c4407 100644 --- a/inst/app/www/styles.css +++ b/inst/app/www/styles.css @@ -21,6 +21,6 @@ noscript { } td.selected { - background-color: red; + background-color: black; color: white; } -- cgit v1.2.3