From: Cameron Otsuka Date: Thu, 27 Nov 2025 00:44:08 +0000 (-0800) Subject: make table cell borders easier on the eyes X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=69171a7a2429b50aae5925c9901ba3ca8271b0f9;p=cotsuka.github.io make table cell borders easier on the eyes --- diff --git a/src/styles/style.css b/src/styles/style.css index a33798f..893b7c9 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -76,7 +76,7 @@ table { border-collapse: collapse; } th, td { - border: 0.1rem solid; + border: 0.1rem solid light-dark(#000000, #2F3336); text-align: center; vertical-align: middle; padding: 0.5rem;