diff --git a/public/style/base.css b/public/style/base.css index 7d7c594..4c8f390 100644 --- a/public/style/base.css +++ b/public/style/base.css @@ -325,8 +325,8 @@ footer { } /* override Bootstrap striped styles as they don't allow background images */ -:is(#beta, #nightly) table:not(#summary) tr:nth-child(odd) td, -:is(#beta, #nightly) table:not(#summary) tr:nth-child(even) td { +:is(#beta, #nightly) table:not(#summary) tr:nth-child(odd) td:not(.text-light), +:is(#beta, #nightly) table:not(#summary) tr:nth-child(even) td:not(.text-light) { box-shadow: none !important; background-color: white !important; }