commit 2d4b51b527d78754b79ee0dedc24fe47a5cc1e6b from: Omar Polo via: Thomas Adam date: Fri Dec 01 17:01:41 2023 UTC gotwebd: tweak .tree_wrapper styling; no functional change there's no need to override the background-color for the 'even' row. This will simplify the addition of a dark mode. commit - 6da1aa18fd7de5e62a0e02b4739909a73eab9f42 commit + 2d4b51b527d78754b79ee0dedc24fe47a5cc1e6b blob - 67b8328cafa8a92842599b49698d625a536119bd blob + 93dc6cd6cb77e7439e1fd413b8cd2b710115028e --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -376,12 +376,9 @@ header.subtitle h2 { margin-bottom: 20px; border-collapse: collapse; } -.tree_wrapper { +.tree_wrapper:nth-child(odd) { background-color: #d8f3ef; } -.tree_wrapper:nth-child(even) { - background-color: #ffffff; -} .tree_line { font-family: monospace; width: 20em;