From eb62eb693c234829d8feaf56e29cf4c72e512996 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 9 May 2022 19:46:16 +0200 Subject: [PATCH] Change: New table look for better readability --- assets/css/style.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index c359e30..677ab85 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -131,18 +131,27 @@ blockquote { } table { + width: 100%; border: 1px solid #750cf2; border-collapse: collapse; - background-color: #0f1e31; +} + +table, tr:nth-of-type(odd) { + background: #020120; } table, td { - border: 1px solid #750cf2; - padding: 10px; + border-width: 0 1px 0 1px; + border-style: dashed; } table, th { border: 1px solid #750cf2; + background: #040b2e; +} + +table, td, th { + padding: 6px; } .hidden {