Skip to content

Commit 8205d47

Browse files
etzmclaude
andcommitted
Switch to single OSCARS purple theme, add funding label
- Replace dark/light mode with single purple theme matching OSCARS branding - Remove dark mode toggle, theme JS, and all [data-theme=dark] CSS - Update color palette: #7B2D8E primary, lavender backgrounds, teal accents - Add "Funded by" prefix to hero eyebrow line - Add soft purple gradient to hero section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 34fbdbf commit 8205d47

5 files changed

Lines changed: 48 additions & 167 deletions

File tree

_data/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: BIO-CODES
99
tagline: Content-Based Identifiers for Bioimaging Data
1010

1111
hero:
12-
eyebrow: EU Horizon Europe · OSCARS Initiative
12+
eyebrow: "Funded by EU Horizon Europe · OSCARS Initiative"
1313
headline: "Content-Based Identifiers<br/>for Bioimaging Data"
1414
subheadline: >
1515
BIO-CODES implements the ISO 24138 International Standard Content Code

_includes/head.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&family=DM+Mono:wght@400&display=swap" rel="stylesheet">
10-
<script>(function(){var t=localStorage.getItem('theme');if(!t){t=window.matchMedia('(prefers-color-scheme: dark)').matches?'dark':'light';}document.documentElement.setAttribute('data-theme',t);})()</script>
1110
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
12-
<noscript><style>.theme-toggle{display:none !important;}</style></noscript>

_includes/navbar.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313
<a href="#tools" class="nav-link">Tools</a>
1414
<a href="#integrations" class="nav-link">Integrations</a>
1515
</nav>
16-
<button class="theme-toggle" id="themeToggle" aria-label="Toggle dark mode" title="Toggle dark mode">
17-
<span id="themeIcon">&#9790;</span>
18-
</button>
1916
</div>
2017
</header>

0 commit comments

Comments
 (0)