]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
make table cell borders easier on the eyes main
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 27 Nov 2025 00:44:08 +0000 (16:44 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 27 Nov 2025 00:44:08 +0000 (16:44 -0800)
src/styles/style.css

index a33798f26dc23e4a2ff353ab6257069063f16741..893b7c99e0fdfb420bb8653d3940694849538a07 100644 (file)
@@ -76,7 +76,7 @@ table {
   border-collapse: collapse;
 }
 th, td {
   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;
   text-align: center;
   vertical-align: middle;
   padding: 0.5rem;