diff options
Diffstat (limited to 'inst/app/www')
-rw-r--r-- | inst/app/www/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |