]> git.scottworley.com Git - tablify/commitdiff
Lighten background shading
authorScott Worley <scottworley@scottworley.com>
Thu, 24 Oct 2024 17:24:06 +0000 (10:24 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 24 Oct 2024 17:24:06 +0000 (10:24 -0700)
Changelog
src/lib.rs

index 57c47470e1fb02a1b79699c2a70fddc316326c05..ba419d9770932a82d4182f24773cc2bf43e761a9 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
 ## [Unreleased]
+- Lighten background shading
 
 ## [0.5.1] - 2024-10-04
 - Fix hover highlight for relabeled columns
index c1a47617c701a4e018890b6106f6142733f271cd..2e9c7f64522544d0ea67964a63a6d866e08c1517 100644 (file)
@@ -82,7 +82,7 @@ const HEADER: &str = r#"<!DOCTYPE html>
     tr.key > th > div > div { width: 5em; transform-origin: bottom left; transform: translateX(1em) rotate(-65deg) }
     td { border: thin solid gray; }
     td.leftover { text-align: left; border: none; padding-left: .4em; }
-    td.yes { border: thin solid gray; background-color: #ddd; }
+    td.yes { border: thin solid gray; background-color: #eee; }
     /* h/t https://stackoverflow.com/questions/5687035/css-bolding-some-text-without-changing-its-containers-size/46452396#46452396 */
     .highlight { text-shadow: -0.06ex 0 black, 0.06ex 0 black; }
   </style>