summaryrefslogtreecommitdiff
path: root/inst/app/index.html
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2024-05-15 21:51:44 +0000
committerNaeem Model <me@nmode.ca>2024-05-15 21:51:44 +0000
commit1a97bcbfb014a8c4906c0161c9a397efbe9420d1 (patch)
tree1ec8a78a6c69049817e0c6bd8330d61f0b32d57c /inst/app/index.html
parenta38d711dbf081bcc60949bd11102e6d1cf43da23 (diff)
Change color scheme of Shiny app to black/white
Diffstat (limited to 'inst/app/index.html')
-rw-r--r--inst/app/index.html2
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">