diff --git a/src/templates/css/style.css b/src/templates/css/style.css index f90c7f1..faa19fb 100644 --- a/src/templates/css/style.css +++ b/src/templates/css/style.css @@ -1,8 +1,8 @@ -body { - margin: 0; - padding: 0; - color: white; - background-color: black; +body { + background-color: #231f20; + color: #f9f9f9; + font-family: monospace; + font-size: 14px; } h1, h2, h3, h4, h5, h6 { @@ -81,7 +81,7 @@ form { } .tab label { - background: black; + background: #231f20; padding: 10px; border: 1px solid #ccc; margin-left: -1px; @@ -97,7 +97,7 @@ form { position: absolute; top: 28px; left: 0; - background: black; + background: #231f20; right: 0; bottom: 0; padding: 20px; @@ -132,7 +132,7 @@ label#show-decoded-inputs { display: inline-block; /*margin: 60px 0 10px 0;*/ cursor: pointer; - background-color: black;; + background-color: #231f20; color: white; width: 100%; text-align: center; diff --git a/src/templates/header.html b/src/templates/header.html index 0414632..94246c4 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -30,6 +30,848 @@ - +