From 16d6d167c93d553c6d6b6a0f1ed323c31e4e7f52 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 6 Jun 2023 08:36:18 -0700 Subject: [PATCH] compress catgirl and modify css --- src/templates/css/style.css | 16 +- src/templates/header.html | 844 +++++++++++++++++++++++++++++++++++- 2 files changed, 851 insertions(+), 9 deletions(-) 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 @@ - +