-
Notifications
You must be signed in to change notification settings - Fork 26
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
Redesign Theme for Apollo Docs #71
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1c8ceb7
Edit header to test deployment
unicodeveloper f764c1a
Change charcoal background color
unicodeveloper 684bae3
Change header background
unicodeveloper 802200b
Change links in sidebar to a darker color
unicodeveloper 95b947a
Change current active link on the sidebar to pink
unicodeveloper 98183a3
Change sidebar headers to color medium dark
unicodeveloper f869f2c
Change topcap background color
unicodeveloper 9cddb99
Make sub-menu active link white and background pink
unicodeveloper edca28f
Add space and padding around active submenu link
unicodeveloper 6fc9de0
Beautify pagination
unicodeveloper ab184ef
Change navigation pop background color
unicodeveloper 1d1d886
Undo background color for meteor
unicodeveloper 7fd43a3
Reduce font-weight for sidebar link children
unicodeveloper 0523fe4
Add horizontal line in sidebar
unicodeveloper c519645
Merge branch 'master' into redesign
ddb8aae
Merge branch 'master' into redesign
abernix 13e97f4
Apply "beta" tag prior to releasing as beta.
abernix ac7455b
Change algolia docs suggestion content to color medium dark
unicodeveloper fc28d79
Change algolia docs suggestion content to color medium dark
unicodeveloper c3964d4
Change algolia docs suggestion category header to color medark
unicodeveloper 5482092
Add a different highlight color for apollo's algolia search
unicodeveloper c62566a
Add color-text-highlight
unicodeveloper b6bcf87
bump to 1.0.11-beta.1
unicodeveloper d7244ae
Fixed the stubborn pink padding bug at last. Thanks to Jesse, you are…
unicodeveloper e4cc344
Adjust the last active link padding. This is wicked fun
unicodeveloper 273928f
Adjust padding
unicodeveloper 8e2df43
Bump beta version
unicodeveloper bf84475
Change meteor color
unicodeveloper a5c4395
remove sidebar for search results
unicodeveloper 2191c9f
Remove commented code out
unicodeveloper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
@import './_common-pre.less'; | ||
|
||
// Indviduial color overrides for this variation go here. | ||
@color-text-highlight: #E04E4B; | ||
@color-sidebar-wide: #E04E4B; | ||
|
||
@import './_common-post.less'; |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible that these changes are going to break the Meteor search? (They're in
_global
.)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind. Looks okay!