mirror of
https://github.com/arnaucube/goBlockchainDataAnalysis.git
synced 2026-02-07 03:36:44 +01:00
corrected tx model, added block view in frontend
This commit is contained in:
8
web/css/bootstrapMaterialDarkOverwrite.css
vendored
8
web/css/bootstrapMaterialDarkOverwrite.css
vendored
@@ -21,9 +21,15 @@ body {
|
||||
.list-group-item:hover {
|
||||
background: rgba(255, 255, 255, 0.2)!important;
|
||||
}
|
||||
.list-group-item p, a{
|
||||
.list-group-item p {
|
||||
color: #ffffff!important;
|
||||
}
|
||||
.list-group-item a {
|
||||
color: #512DA8!important;
|
||||
}
|
||||
.list-group-item-text {
|
||||
color: #9575CD!important;
|
||||
}
|
||||
.table-hover tbody tr:hover {
|
||||
background-color: rgba(245, 245, 245, 0.2)!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user