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;