6595f9ed43f871cb9b544432e711591a9ff4b68b max Tue Apr 11 01:33:36 2023 -0700 tiny fix to dark theme, refs 7867 diff --git src/hg/htdocs/style/theme-dark.css src/hg/htdocs/style/theme-dark.css index 9b02894..b4e078c 100644 --- src/hg/htdocs/style/theme-dark.css +++ src/hg/htdocs/style/theme-dark.css @@ -1,12 +1,16 @@ body.hgTracks { font-family:arial, Geneva, Helvetica, san-serif; color: white; background: black; } td > a:link { color : white; } td a { color : white; } + +#notifBox { + color: black +}