Skip to content

Commit ec52c29

Browse files
author
Pablo Ruiz Fabo
committed
changes link colors. Tests new image for dark theme
1 parent c687792 commit ec52c29

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ repo_trophies:
4747

4848
navbar_fixed: true
4949
footer_fixed: true
50-
search_enabled: true
51-
socials_in_search: true
52-
posts_in_search: true
50+
search_enabled:
51+
socials_in_search: false
52+
posts_in_search: false
5353
bib_search: true
5454

5555
# Dimensions

_includes/footer.liquid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
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+
<picture>
28+
<source srcset="{{ '/assets/img/EN_Fundedbythe_EU_RGB_NEG_1_ec46d91d38.png' | relative_url }}" media="(prefers-color-scheme: dark)">
2729
<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>
30+
</picture>
2831
</div>
2932
</div>
3033
</footer>

_sass/_themes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
--global-code-bg-color: #{$code-bg-color-light};
1111
--global-text-color: #{$black-color};
1212
--global-text-color-light: #{$grey-color};
13-
--global-theme-color: #{$purple-color};
14-
--global-hover-color: #{$purple-color};
13+
--global-theme-color: #{$green-color-dark};
14+
--global-hover-color: #{$green-color-dark};
1515
--global-hover-text-color: #{$white-color};
1616
--global-footer-bg-color: #{$grey-color-dark};
1717
--global-footer-text-color: #{$grey-color-light};

0 commit comments

Comments
 (0)