diff options
author | Naeem Model <me@nmode.ca> | 2024-05-15 21:51:44 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-05-15 21:51:44 +0000 |
commit | 1a97bcbfb014a8c4906c0161c9a397efbe9420d1 (patch) | |
tree | 1ec8a78a6c69049817e0c6bd8330d61f0b32d57c /inst/app/www | |
parent | a38d711dbf081bcc60949bd11102e6d1cf43da23 (diff) |
Change color scheme of Shiny app to black/white
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; } |