layout experiment#29
Closed
padmashris wants to merge 14 commits into
Closed
Conversation
added 13 commits
April 14, 2026 21:56
also added "help me choose" as a subsection inside troubleshooting
| Color theming is controlled through CSS variables. Default values live in `assets/style_config_default.css`, and course-specific overrides should go in `assets/style_config_custom.css`. To customize branding, update variables such as `--link-color`, `--accent-color`, and `--highlight-color`. You generally should not edit color hex codes directly in `assets/style.css`. | ||
|
|
||
| If you would like to change the current dark blue color to be a different color, search and replace for `#012d72`. You can find hex color codes at this [website](https://htmlcolorcodes.com/color-picker/) to use as a replacement. | ||
| For example, within your `assets/style_config_custom.css` file, you would add: |
Contributor
There was a problem hiding this comment.
Suggested change
| For example, within your `assets/style_config_custom.css` file, you would add: | |
| For example, within your `assets/style_config_custom.css` file, you would add: |
Contributor
There was a problem hiding this comment.
trying an arbitrary change to see if i can fix rendering
Contributor
There was a problem hiding this comment.
oh but I can't can't apply it right now, can you? @padmashris
Co-authored-by: Carrie Wright <23014755+carriewright11@users.noreply.github.com>
Contributor
Author
|
moved to #32 |
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.
No description provided.