vs-branch-9#16
Merged
Merged
Conversation
The changes update the name of the speaker for the department seminar from "José Mnauel Gordillo" to the correct spelling "José Manuel Gordillo". This ensures the speaker's name is accurately represented in the course schedule.
This commit introduces the following key changes: 1. Adds support for a dark mode theme: - Ensures icons and text are visible in dark mode by setting the color to white - Adjusts the background color of team member images to a variable `--team-image-bg` 2. Implements dynamic loading of news content: - Loads the `News.md` file only on the main page (`/` or `/index.html`) - Parses the Markdown content and displays it in the `#news-content` element - Fixes line breaks in list items after parsing the Markdown 3. Adds a theme toggle button in the header: - Allows users to switch between light and dark themes - Persists the user's theme preference using localStorage - Automatically detects and applies the system's preferred theme These changes improve the user experience by providing a dark mode option and dynamically loading the latest news content without requiring a full page refresh.
This commit introduces a dark theme for the website, with the following key changes: - Adjust padding and background styles for the main content area to better suit the dark theme. - Update the styles for the "About" section, including the title and description, to work with the dark theme. - Modify the styles for the "Intro" section, including the background image and content box, to work with the dark theme. - Add custom styles for social icons in the "Intro" section to match the dark theme gradient. - Implement dark theme styles for the "Team" section, including text colors, link colors, and background styles. - Add theme-aware styles for the "About" and "News" content sections to ensure proper text and link colors. - Adjust the styles for specific link types (PDF, DOI) in the "News" section to work with the dark theme. These changes provide a cohesive dark theme experience for the website, improving the overall visual appeal and user experience.
This commit introduces dark mode styles for several components across the website: - Styles for the `.join-content` element in the `styles.css` file, ensuring the heading text is visible in dark mode. - Styles for the `.research-content tags span.active` element in the `research.css` file, updating the background and box-shadow colors for the active tags in dark mode. - Styles for the light/dark mode image toggling in the `teaching.css` file, including fallback styles and overrides for the `.light-mode-img` and `.dark-mode-img` classes. - Styles for the `hr` elements in the `teaching.css` file, ensuring the horizontal rules are visible in both light and dark modes. These changes provide a consistent and visually appealing experience for users when switching between light and dark modes on the website.
This commit introduces several improvements to the dark mode styles for the about section of the application. The changes include: - Add styles for the social header to have a bottom border and white text color in dark mode. - Style the social section background and border to match the dark mode theme. - Adjust the news content color and scrollbar color in dark mode. - Modify the layout of the about section to be more responsive on smaller screens, ensuring the left and right sections stack vertically. These changes provide a more consistent and visually appealing dark mode experience for users.
Adds CSS rules to make the Google Scholar icon white in the command palette dark theme. This ensures the icon is visible and consistent with the rest of the dark theme styles.
VatsalSy
added a commit
that referenced
this pull request
Jun 29, 2026
Maps the new cover assets under /assets/images/research/ to their matching news entries so the homepage + /news archive show real thumbnails instead of the gradient placeholder: - holey-sheets.png → Dixit et al., PRL 2026 (#22) - stood-up-drops.png → Díaz et al., Soft Matter 2026 (#21) - jumping-bubbles.png → Demirkır et al., PRF 2025 (#20) - bouncing-microdrops.png → Mclauchlan et al., PNAS 2025 (#19) - integral-surface-tension.jpg → Saini et al., JCP 2025 (#18) Existing thumbnails for #14, #16, #17, #23 unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Implement dark mode and various improvements -- fixes #15
This pull request introduces several key improvements to the website:
Dark Mode Support:
--team-image-bgDynamic News Content Loading:
News.mdfile only on the main page (/or/index.html)#news-contentelementTheme Toggle Button:
Dark Mode Enhancements:
These changes provide a more consistent and visually appealing user experience, with the addition of a dark mode option and dynamic news content loading.