updated to the same stage than darkID project, but with own blockchain

This commit is contained in:
arnaucode
2018-01-17 23:02:17 +01:00
parent 7734e0926f
commit cc4394265d
39 changed files with 592 additions and 141 deletions

View File

@@ -1,14 +1,32 @@
@font-face {
font-family: Elianto;
src: url('../fonts/Elianto/Elianto.otf');
}
body {
/*background: #15191e!important;*/
background: #000000!important;
color: #ffffff!important;
font-family: 'Open Sans', sans-serif!important;
}
.card {
/*background: #1f262d!important;*/
background: #1f262d!important;
/*background: #15191e!important;
color: #ffffff!important;*/
/*border: 1px solid #ffffff!important;*/
background: #000000!important;
color: #ffffff!important;
}
h1, h2, h3, h4, h5, h6 {
/*font-family: 'Raleway', sans-serif!important;*/
font-family: 'Overpass Mono', monospace!important;
}
.navbar-brand, .card-title, .navbar-nav {
font-family: 'Overpass Mono', monospace!important;
}
.btn {
font-family: 'Overpass Mono', monospace!important;
}