diff --git a/web/app.js b/web/app.js
index 34f9f7f..35a15d2 100644
--- a/web/app.js
+++ b/web/app.js
@@ -17,7 +17,11 @@ angular.module('webApp', [
'app.network',
'app.addressNetwork',
'app.sankey',
- 'app.dateAnalysis'
+ 'app.dateAnalysis',
+ 'app.blocks',
+ 'app.txs',
+ 'app.addresses',
+ 'app.beta'
]).
config(['$locationProvider', '$routeProvider', function($locationProvider, $routeProvider) {
$locationProvider.hashPrefix('!');
diff --git a/web/css/bootstrapMaterialDarkOverwrite.css b/web/css/bootstrapMaterialDarkOverwrite.css
index 87f4e1f..4713bdc 100644
--- a/web/css/bootstrapMaterialDarkOverwrite.css
+++ b/web/css/bootstrapMaterialDarkOverwrite.css
@@ -4,6 +4,9 @@
body {
background: #424242!important;
}
+a {
+ color: #9575CD!important;
+}
.panel-heading {
border-radius: 0px!important;
}
@@ -25,7 +28,7 @@ body {
color: #ffffff!important;
}
.list-group-item a {
- color: #512DA8!important;
+ color: #9575CD!important;
}
.list-group-item-text {
color: #9575CD!important;
diff --git a/web/css/style.css b/web/css/style.css
index e3a3690..c9b595a 100644
--- a/web/css/style.css
+++ b/web/css/style.css
@@ -32,7 +32,7 @@
/* sidebar */
.o_sidebar a {
- color: white;
+ color: white!important;
padding: 10px;
}
diff --git a/web/index.html b/web/index.html
index 9e0b767..fbc6c6a 100644
--- a/web/index.html
+++ b/web/index.html
@@ -83,6 +83,10 @@
+
+
+
+