-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
further implementation of dark theme #113
Draft
YOPER12
wants to merge
12
commits into
banocean:dark-theme
Choose a base branch
from
YOPER12:dark-theme
base: dark-theme
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+402
−21
Conversation
This file contains 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.
czas obudzić tego brancha
This pull request includes several updates to the dark theme styles across multiple CSS files to improve the visual consistency and user experience. The changes primarily focus on adjusting background colors, text colors, border colors, and adding new styles for various elements.
Updates to colors and backgrounds:
patches/darkTheme/colors.css
: Modified the--component-background
color, added new color variables for tertiary components, tertiary text, and hover effects.patches/darkTheme/evHome.css
: Added styles for primary text color, and new styles for elements like product names, links, and SVGs to match the dark theme. [1] [2]Adjustments to border colors:
patches/darkTheme/main.css
: Updated border colors for various elements to a consistent dark gray color. [1] [2]Enhancements to component styles:
patches/darkTheme/main.css
: Added styles for tiles, content containers, and list items to use the new tertiary component background and text colors. [1] [2]Removal of unnecessary styles:
patches/darkTheme/main.css
: Removed box-shadow styles from various elements to simplify the design. [1] [2]