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/index.html | |
parent | a38d711dbf081bcc60949bd11102e6d1cf43da23 (diff) |
Change color scheme of Shiny app to black/white
Diffstat (limited to 'inst/app/index.html')
-rw-r--r-- | inst/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/app/index.html b/inst/app/index.html index 83029c5..b0f1245 100644 --- a/inst/app/index.html +++ b/inst/app/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - {{ bootstrapLib(theme = bslib::bs_theme(primary = "red")) }} + {{ bootstrapLib(theme = bslib::bs_theme(primary = "black")) }} {{ headContent() }} <title>Rnaught Web</title> <link rel="stylesheet" type="text/css" href="styles.css"> |