diff --git a/.vitepress/theme/custom.css b/.vitepress/theme/custom.css index 338fbad..62a02f3 100644 --- a/.vitepress/theme/custom.css +++ b/.vitepress/theme/custom.css @@ -1,15 +1,17 @@ /* Custom CSS for VitePress theme */ :root { - --harmoniqs-quantum-brand-color: #6b5289; - --harmoniqs-quantum-brand-color-light: #84719b; + --harmoniqs-quantum-brand-color: #eddd00; + --harmoniqs-quantum-brand-color-light: #FFF676; --vp-c-brand-1: var(--harmoniqs-quantum-brand-color); --vp-home-hero-name-color: transparent; - --vp-home-hero-name-background: linear-gradient(45deg, var(--harmoniqs-quantum-brand-color), 30%, var(--harmoniqs-quantum-brand-color-light)); + --vp-home-hero-name-background: linear-gradient(150deg, var(--harmoniqs-quantum-brand-color), 30%, var(--harmoniqs-quantum-brand-color-light)); --vp-button-brand-bg: var(--harmoniqs-quantum-brand-color); --vp-button-brand-hover-bg: var(--harmoniqs-quantum-brand-color-light); - + --vp-button-brand-text: #1b1b1b; /* Sets the variable */ + --vp-button-brand-hover-text: var(--vp-c-text-2); /* Sets the variable */ + input[type=text] { width: 48%; padding: 12px 20px; @@ -57,4 +59,6 @@ justify-content: space-evenly; display: flex; } + + } \ No newline at end of file diff --git a/collaborations.md b/collaborations.md index 3d24896..88c26e3 100644 --- a/collaborations.md +++ b/collaborations.md @@ -1,4 +1,8 @@ -# Research Collaborations +# Collaborations + +### JuliaCon 2025 Quantum Minisymposium 🎥 + +- **Future of our ecosystem**, technical details on whats exciting, and much more shared with our tight knit community of maintainers and developers :: [Towards Piccolo 1.0](https://www.youtube.com/watch?v=r_tXcF-G4GI) ### APS March Meeting Talks Featuring the Team from Harmoniqs 📚 diff --git a/public/favicon.ico b/public/favicon.ico index d5503c8..8e3956c 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/logo.png b/public/logo.png index e2188fa..7d457a7 100644 Binary files a/public/logo.png and b/public/logo.png differ