Merged
Conversation
Reduces the background opacity to 0.75 for the light theme and 0.5 for the dark theme. Adds a backdrop-filter blur effect to the background, with a larger blur radius for the dark theme. These changes improve the readability and visual balance of the content on the page.
This commit introduces the following changes to the CSS styles: 1. Adds new CSS variables for heading styles, including gradient colors, border color, and shadow color for `<h2>` elements. 2. Applies the new heading styles to `<h2>` elements, including a gradient background, bottom border, and subtle text shadow. 3. Adds global styling for `<strong>` elements, applying a custom background gradient and color for both light and dark themes. These changes aim to improve the visual consistency and aesthetics of the website, particularly for headings and emphasized text.
…and coding conventions This commit adds detailed instructions for building and developing the project, as well as guidelines for maintaining the repository and coding conventions to follow. The changes include: - Added a new section on "Build and Development Commands" with instructions for installing dependencies, building the site and search database, running the local server, fetching blog content, and generating the search database. - Added a new section on "Repository Guidelines" with instructions for updating the README, using the provided templates and CSS files, and keeping the documentation up-to-date. - Added a new section on "General" coding conventions, including indentation, DRY principles, commenting, and support for light and dark themes. - Added a new section on "HTML/Markdown" conventions, including the use of semantic HTML elements, BEM naming, and keeping content in Markdown format. - Added a new section on "CSS" conventions, including the use of CSS variables, responsive breakpoints, units, mobile-first approach, and dark theme implementation. - Added a new section on "JavaScript" conventions, including the use of ES6+ features and following best practices. These changes aim to provide clear and comprehensive guidelines for contributors to follow when working on the project, ensuring consistency and maintainability.
Adjusts the opacity and filters applied to the dark theme intro background image to improve the visual balance and readability of the content. feat(styles): Apply enhanced h2 styling to team page Applies the enhanced h2 styling, including gradient text and drop shadow, to the team member section to maintain visual consistency across the site. fix(styles): Remove redundant dark theme text color fixes Removes the redundant dark theme text color fixes for the team member section, as the new enhanced h2 styling already addresses the text color concerns. fix(styles): Adjust intro background opacity for light theme Reduces the opacity of the light theme intro background image to improve the visibility of the content.
The changes made in this commit focus on improving the styling of h2 elements, particularly in the team section, and removing the hover effects to prevent blurriness. The key changes are: - Removed the hover effect and transitions on .member-content h2 to prevent blurriness. - Simplified the styling of h2 elements in the team section for the dark theme to avoid blurriness. - Disabled any hover effects on .member-content h2 to maintain a consistent appearance.
Adds the CLAUDE.md file to the .gitignore file to exclude it from version control. This file likely contains sensitive information or configuration details that should not be committed to the repository.
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.
Improvements to Styles and Documentation
This pull request includes the following changes:
Adjust Background Opacity and Add Blur Effect
Enhance Heading Styles and Add Global Strong Element Styling
<h2>elements<h2>elements, including a gradient background, bottom border, and subtle text shadow<strong>elements, applying a custom background gradient and color for both light and dark themesAdd Build, Development, and Coding Conventions Documentation
Adjust Opacity and Filters for Dark Theme Intro
Apply Enhanced H2 Styling to Team Page
Remove Redundant Dark Theme Text Color Fixes
Adjust Intro Background Opacity for Light Theme
Improve H2 Styles and Remove Hover Effects
.member-content h2to prevent blurriness.member-content h2to maintain a consistent appearance