File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,10 +268,10 @@ $themes: (
268268 color : get-light-color (' accent-color' ) !important ;
269269}
270270
271- /* Force all SVG elements to use PIK orange */
271+ /* Force all SVG elements to use PIK orange - fill only, no stroke */
272272.hero-icon-primary svg * {
273273 fill : get-light-color (' accent-color' ) !important ;
274- stroke : get-light-color ( ' accent-color ' ) !important ;
274+ stroke : none !important ;
275275}
276276
277277/* Specific targeting for common SVG elements */
@@ -284,7 +284,7 @@ $themes: (
284284.hero-icon-primary svg line ,
285285.hero-icon-primary svg polyline {
286286 fill : get-light-color (' accent-color' ) !important ;
287- stroke : get-light-color ( ' accent-color ' ) !important ;
287+ stroke : none !important ;
288288}
289289
290290/* Button */
Original file line number Diff line number Diff line change 33< div class ="event-banner " id ="eventBanner ">
44 < div class ="event-banner-content ">
55 < div class ="event-banner-logo ">
6- < img src ="https://eatforum.org/content/themes/eat/src/video/poster-yellow.jpg " alt ="EAT Forum Logo " class ="event-logo ">
6+ < img src ="/images/eat_logo.png " alt ="EAT Forum Logo " class ="event-logo ">
77 </ div >
88 < div class ="event-banner-text ">
99 < h3 class ="event-banner-title "> InSEEDS @EAT Stockholm Food Forum 2025</ h3 >
You can’t perform that action at this time.
0 commit comments