diff --git a/styles/default.css b/styles/default.css index 57cbd4b..b32d018 100644 --- a/styles/default.css +++ b/styles/default.css @@ -12,6 +12,7 @@ body { background: url("/includes/bg.php") no-repeat var(--bg-col); + /* ../includes/bg.php */ background-size: cover; background-attachment: fixed; background-position: bottom left; @@ -44,10 +45,10 @@ th { } tr:nth-child(odd) { - background-color: #111111; + background-color: #150f0a; } tr:nth-child(even) { - background-color: #222222; + background-color: #392a1d; } input[type="submit" i] {