[libadwaita/wip/exalm/docs: 2/2] doc: Fix card_shade_color description




commit d36716d035392f1d8a36da91044385c44d47d965
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Sep 6 17:19:54 2022 +0400

    doc: Fix card_shade_color description
    
    Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/551

 doc/named-colors.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/doc/named-colors.md b/doc/named-colors.md
index 855aa761..8c092b77 100644
--- a/doc/named-colors.md
+++ b/doc/named-colors.md
@@ -370,7 +370,7 @@ it's an alias of [<code>&#64;window_bg_color</code>](#window-colors) and changes
 together with it. When overriding header bar colors, make sure to set it to a
 value matching your <code>&#64;headerbar_bg_color</code>.
 
-<code>&#64;headerbar_shade_color</code> is used by to provide a dark border for
+<code>&#64;headerbar_shade_color</code> is used to provide a dark border for
 header bars and similar widgets. This color should always be partially
 transparent black.
 
@@ -410,10 +410,10 @@ These colors are used for
   </tr>
 </table>
 
-The card styles use a shadow to separate the card from the window background.
-<code>&#64;card_shade_color</code> is used by this shadow. This color should
-always be partially transparent black, with the opacity tuned to be well visible
-on top of [<code>&#64;window_bg_color</code>](#window-colors).
+<code>&#64;card_shade_color</code> is used to provide separators between
+boxed list rows and similar widgets. This color should always be partially
+transparent black, with the opacity tuned to be well visible on top of
+<code>&#64;card_bg_color</code>.
 
 ### Dialog Colors
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]