commit d07a0d9f1c85ee737b47048ad81e87151b7eb78a
Author: Shaun McCance <shaunm@redhat.com>
Date:   Sat Jul 24 10:56:19 2021 -0400

    Loosen CSS match for title/desc in linkdiv
    
    This allows us to use extra packing divs in linkdivs

 xslt/common/css/mallard.css.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 612f319060b87e30953f7d84d6a755d757ef845e
Author: Shaun McCance <shaunm@redhat.com>
Date:   Sat Jun 19 19:55:09 2021 -0400

    common/color: Use different target contrasts for white-on-black
    
    We can compute most colors from a set of base colors by moving colors
    closer to the text or background color until they hit a target contrast.
    For background colors, we were using a very high contrast with the text
    color, because the lighter background colors look nice. But when using
    inverse colors (white-on-near-black), that caused the background color
    computation to give up from recursion depth and return something far
    too dark.
    
    Instead, we now detect if it's an inverse color scheme and adjust the
    target contrasts accordingly.
    
    This commit addresses one point in this yelp metabug:
    https://gitlab.gnome.org/GNOME/yelp/-/issues/178

 xslt/common/color.xsl | 98 +++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 87 insertions(+), 11 deletions(-)

commit 023d87ef9f8c6fb305d45b5151b367dc803bd441
Author: Shaun McCance <shaunm@redhat.com>
Date:   Sun Jun 6 12:23:40 2021 -0400

    Version 40.2

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)