Skip to content

Commit b8717eb

Browse files
author
Pablo Ruiz Fabo
committed
changes brand color on navbar and corrects anchor position on footer image
1 parent eb30540 commit b8717eb

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

_includes/footer.liquid

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
</div>
2525
<div class="d-flex align-items-center inherit-text">
2626
<div class="inherit-text">Grant ID: <a href="https://cordis.europa.eu/project/id/101149659">101149659 MSCA-PF</a></div>
27+
<a href="https://cordis.europa.eu/project/id/101149659">
2728
<picture>
28-
<source srcset="{{ '/assets/img/EN_Fundedbythe_EU_RGB_NEG_1_ec46d91d38.png' | relative_url }}" media="(prefers-color-scheme: dark)">
29-
<a href="https://cordis.europa.eu/project/id/101149659"><img src="{{ '/assets/img/EN_Fundedbythe_EU_RGB_NEG_1_ec46d91d38.png' | relative_url }}" alt="EU Funded" style="height: 40px;margin-left:2rem;"></a>
29+
<source srcset="{{ '/assets/img/EN_Fundedbythe_EU_RGB_NEG_1_ec46d91d38_dark_text.png' | relative_url }}" media="(prefers-color-scheme: dark)">
30+
<img src="{{ '/assets/img/EN_Fundedbythe_EU_RGB_NEG_1_ec46d91d38.png' | relative_url }}" alt="EU Funded" style="height: 40px;margin-left:2rem;">
3031
</picture>
32+
</a>
3133
</div>
3234
</div>
3335
</footer>

_includes/header.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{- site.last_name -}}
1818
{% endif %}
1919
{% else %}
20-
<span class="font-weight-bold">
20+
<span class="font-weight-bold theme-color">
2121
{{- site.project_title -}}
2222
</span>
2323
{% endif %}

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: default
88
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
99
{{ site.last_name }}
1010
{% else %}
11-
{{ site.title }}
11+
<span>{{ site.title }}</span>
1212
{% endif %}
1313
</h1>
1414
<p class="desc">{{ page.subtitle }}</p>

_sass/_themes.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,7 @@ html[data-theme-setting="light"] {
159159
display: block;
160160
}
161161
}
162+
163+
.theme-color{
164+
color: var(--global-theme-color);
165+
}

0 commit comments

Comments
 (0)