From c45ad785606cfb193db676619ec7673d5fbefda3 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Tue, 26 Jul 2022 16:55:17 +0100 Subject: [PATCH] . --- base.css | 4 ++-- dark.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 7421340..c4aee04 100644 --- a/base.css +++ b/base.css @@ -78,7 +78,7 @@ main{ } .main-table{ display: table; - width: 100%; + width: 95%; box-sizing: content-box; } .main-table > div{ @@ -99,7 +99,7 @@ main{ } .item-table{ display: table; - width: 90%; + width: 95%; box-sizing: content-box; background-color: transparent; } diff --git a/dark.css b/dark.css index 627f2ea..d8ee208 100644 --- a/dark.css +++ b/dark.css @@ -4,7 +4,7 @@ body{ border-color: #696969; } a{ - color: #9090f0; + color: #b0b0f0; } .header, .nav{ background-color: #1d1d1e;