-
Notifications
You must be signed in to change notification settings - Fork 19
fix color and make score_layout self-contained #249
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
Changes from all commits
bbb6877
3fac2b7
1ce7164
0ae57fe
e975eb5
e1b53f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,14 @@ html { | |
|
|
||
| The base color is TEAL */ | ||
|
|
||
| /* TODO: Does not work as intended */ | ||
| .version-switcher__container[data-theme="light"] { | ||
| background-color: #a382c5; | ||
| } | ||
|
|
||
|
Comment on lines
+16
to
+19
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
These are the two selectors you would need to change the background.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Both with 'background-color' that was correct.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @MaximilianSoerenPollak I'll have a look. Separate PR, so this one gets merged first of all.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No worries :) Was just bored, so figured it out quickly. |
||
| html[data-theme="light"] { | ||
| /* Search Box background color. */ | ||
| --bs-btn-hover-bg: #a382c5; | ||
| /* Menu svg items */ | ||
| --pst-color-muted: #FFF; | ||
| /* Text color within cards (same background as page header) */ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.