Skip to content

Commit 45efc6f

Browse files
jnnsbrrjnnsbrr
authored andcommitted
fix page
1 parent 573b9e0 commit 45efc6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/styles/override.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 */

layouts/partials/event-banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

static/images/eat_logo.png

5 KB
Loading

0 commit comments

Comments
 (0)