From fc8fe5d51a792b77e8750e5b524d6a3b1f594edb Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 17 Apr 2022 01:39:45 +0300 Subject: update colors, remove unused template --- templates/css.html | 18 +++++++++++------- templates/menu.html | 5 ----- 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 templates/menu.html diff --git a/templates/css.html b/templates/css.html index 4a2ac7b..9de76ae 100644 --- a/templates/css.html +++ b/templates/css.html @@ -10,21 +10,25 @@ table, th, td { border: 1px solid black; border-collapse: collapse; } -th, td { - padding: 10px; + +td,th { + padding: 6px; + vertical-align: top; + word-wrap: break-word } + #t01 { width: 100%; - background-color: #fbf1c7; + background-color: #f6c177; } #t01 tr:nth-child(even) { - background-color: #a89984; + background-color: #31748f; } #t01 tr:nth-child(odd) { - background-color: #f9f5d7; + background-color: #9ccfd8; } #t01 th { - color: #fbf1c7; - background-color: #282828; + color: #e0def4; + background-color: #26233a; } diff --git a/templates/menu.html b/templates/menu.html deleted file mode 100644 index 0f4e85f..0000000 --- a/templates/menu.html +++ /dev/null @@ -1,5 +0,0 @@ -
-- cgit v1.2.3-70-g09d2