commit cf056aa6a5812e8ea8b6777a842bd374ad23d4da from: Omar Polo date: Thu Nov 30 17:25:23 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 - c2abf03cdeba468cb636cd3fca4c730c88f3566a commit + cf056aa6a5812e8ea8b6777a842bd374ad23d4da 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;