Draft
Conversation
change light mode link color
✅ Deploy Preview for testesttest ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying with
|
| Latest commit: |
1b8ad1d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1c969a69.collabland-dev.pages.dev |
| Branch Preview URL: | https://ispeaknerd-patch-5.collabland-dev.pages.dev |
readability
keep dark mode using yellow link color
Light mode: - set hero color - remove link color override - change primary to purp dark mode: - set hero color - remove link color override
Contributor
Author
|
i learned how to edit css using the inspector today |
Contributor
Author
|
can't figure out why it keeps the hero background color as a var, i defined it as a static in global css.... @agnes512 any ideas? .hero--primary {
/* this is the problem line. it should match the root override as a defined color not a variable */
--ifm-hero-background-color: var(--ifm-color-primary);
--ifm-hero-text-color: var(--ifm-font-color-base-inverse)
}onto the main page. was digging through docusaurus styling |
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.
change light mode link color