Light theme support, FAQ theming fixes, and exit icon improvements - #12
Open
twig123 wants to merge 1 commit into
Open
Light theme support, FAQ theming fixes, and exit icon improvements#12twig123 wants to merge 1 commit into
twig123 wants to merge 1 commit into
Conversation
* Bump Version Bumping the version from 3.0.5.1 to 3.0.5.2 * Enable staking by default Changing "fStakingActive" from "False" to "fStaking" in order to allow the wallet to use staking=1 (default) and staking=0 within flits.conf * add ic-exit-light resource Add the ic-exit-light.svg resource * Update ic-exit to white Updating the ic-exit.svg image to white * Create ic-exit-light.svg Add the ic-exit-light.svg resource in Black for use in Light mode * Fix FAQ page on Dark mode Fix the FAQ page for Dark mode so it is actually readable instead of black text on dark blue background. * Update style_light.css to fix FAQ page Fixing the light theme on the FAQ page so that it's readable.
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.
Description
This PR introduces proper light theme support and resolves multiple theming issues affecting both light and dark modes.
Changes
Light Theme Support (src/qt/pivx/res/css/style_light.css)
Dark Theme FAQ Visibility (src/qt/pivx/res/css/style_dark.css)
Exit Icon Updates
Version Bump
Staking Behavior Fix