File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
taccsite_cms/static/site_cms/css/src/_imports Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Styleguide Objects.Section
119119/* FAQ: Banners should not touch a border of the following section */
120120.o-section--style-light : not (.o-section--banner )
121121+ .o-section--style-light : not (.o-section--banner ) {
122- border-top : var (--hr-height ) solid var (--global-color-primary--xx-light );
122+ border-top : var (--hr-height ) solid var (--global-color-primary--normal );
123123}
124124
125125/* Modifers: Style: (Fake) Endless Background */
Original file line number Diff line number Diff line change 2121
2222 --global-color-primary--xx-light : # FFFFFF ;
2323 --global-color-primary--x-light : # F4F4F4 ;
24- --global-color-primary--x-light-rgb : 244 , 244 , 244 ;
24+ --global-color-primary--x-light-rgb : 244 , 244 , 244 ;
2525 --global-color-primary--light : # C6C6C6 ;
2626 --global-color-primary--normal : # AFAFAF ;
2727 --global-color-primary--dark : # 707070 ;
You can’t perform that action at this time.
0 commit comments