added pages blocks, txs, addresses, and beta section

This commit is contained in:
arnaucode
2017-08-31 00:08:19 +02:00
parent 9092aea11b
commit 58393a26e9
14 changed files with 247 additions and 15 deletions

View File

@@ -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;

View File

@@ -32,7 +32,7 @@
/* sidebar */
.o_sidebar a {
color: white;
color: white!important;
padding: 10px;
}