diff --git a/static/css/main.css b/static/css/main.css index d4642b3c..70eca431 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -3,9 +3,10 @@ html, body { } body { + color: #428bca; width: 100%; min-height: 100%; - background-color: #ffffff; + background-color: #000000; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; font-size: 11px; } @@ -24,7 +25,7 @@ h3 { } .octicon { - color: #777; + color: #428bca; display: inline-block; vertical-align: text-top; fill: currentColor; @@ -36,7 +37,7 @@ h3 { } .navbar-form .form-control { - background-color: gray; + background-color: #000; color: #fff; border-radius: 3px; -webkit-border-radius: 3px; @@ -91,12 +92,12 @@ h3 { margin: 0; padding-bottom: 0; padding-top: 0; - background-color: #212121; + background-color: #ffffff; border: 0; } .bg-trezor { - background-color: #212121!important; + background-color: #ffffff!important; padding-top: 3px; padding-bottom: 2px; z-index: 2; @@ -127,7 +128,7 @@ h3 { } #footer { - background-color: #212121; + background-color: #ffffff; color: #fff; height: 42px; overflow: hidden; @@ -135,13 +136,13 @@ h3 { .alert-data { color: #383d41; - background-color: #f4f4f4; + background-color: #000000; border-color: #d6d8db; padding: 15px; } .line-top { - border-top: 1px solid #EAEAEA; + border-top: 1px solid #428bca; padding: 10px 0 0; } @@ -150,7 +151,7 @@ h3 { } .line-bot { - border-bottom: 2px solid #EAEAEA; + border-bottom: 2px solid #428bca; padding: 0 0 15px; } @@ -171,8 +172,8 @@ h3 { } .txvalues-default { - background-color: #EBEBEB; - color: #333; + background-color: #000000; + color: #FFFFFF; } .txvalues-success { @@ -180,7 +181,7 @@ h3 { } .txvalues-primary { - background-color: #000; + background-color: #000000; } .txvalues-danger { @@ -189,7 +190,7 @@ h3 { } .tx-own { - background-color: #fbf8f0; + background-color: #000000; } .tx-amt { @@ -225,7 +226,7 @@ h3 { .data-table { table-layout: fixed; border-radius: .25rem; - background: white; + background: black; } .data-table td, .data-table th { @@ -305,5 +306,5 @@ table.data-table table.data-table th { } .key { - color: #333; -} \ No newline at end of file + color: #428bca; +}