diff --git a/apps/Info.html b/apps/Info.html index 7f964f635..412d7f41b 100644 --- a/apps/Info.html +++ b/apps/Info.html @@ -75,7 +75,7 @@
Digital pathology image viewer with support for human/machine generated annotations and markups.
diff --git a/apps/common.css b/apps/common.css index 4ac3be01d..7753854dd 100644 --- a/apps/common.css +++ b/apps/common.css @@ -29,6 +29,10 @@ color: whitesmoke; } +.report-link { + color: #e5c1ea; +} + .company-name { color: #e5c1ea; } diff --git a/apps/info.css b/apps/info.css index 30bc35dc7..a90716473 100644 --- a/apps/info.css +++ b/apps/info.css @@ -18,7 +18,7 @@ footer{ background-color: #343a40 !important; } .bg-info { - background-color: #17a2b8!important; + background-color: #17a2b8 !important; } .page-container{ height:100vh; diff --git a/apps/table.html b/apps/table.html index ae8075125..10a87ded2 100644 --- a/apps/table.html +++ b/apps/table.html @@ -81,7 +81,7 @@