-
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
Conversation
Good change |
Lmao @stubailo |
I'm guessing the oddly-tall factor (not just a Firefox thing) is in order to match up the position of the text up with the text on the navigation for apollographql.com itself? Agree about the other tweaks @stubailo suggested though! |
fyi: For testing purposes, I published this as |
Heads up, it appears the search results are misbehaving, as seen on this Netlify preview: . |
That's interesting. I need to change the style for |
@@ -1,5 +1,5 @@ | |||
@color-highlight-header-background: @color-mediumlight; | |||
@color-highlight-text: @color-primary; | |||
@color-highlight-text: @color-text-highlight; |
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.
source/style/_theme/colors.less
Outdated
@@ -168,7 +166,8 @@ | |||
padding: 0; | |||
margin-top: 0; | |||
.menu-content { | |||
background-color: transparent; | |||
//background-color: transparent; |
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.
Strong preference to remove commented code unless there's a compelling reason to keep it around.
source/style/_theme/colors.less
Outdated
} | ||
|
||
select { | ||
color: @color-lightest; | ||
} | ||
|
||
.topcap { | ||
background-color: darken(#2c2f39, 5%); | ||
background: #353c58; | ||
//background-color: darken(#2c2f39, 5%); |
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.
We might as well remove the commented code here.
source/style/_theme/sidebar.less
Outdated
@@ -48,7 +48,7 @@ | |||
padding-left: 0; | |||
margin: 0; | |||
|
|||
.std-xpadding; | |||
//.std-xpadding; |
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.
Let's remove it!
@unicodeveloper Can we make this not pink for Meteor? |
This is an incredible update to the Apollo theme. Thanks so much for implementing this, @unicodeveloper. And thank you for the beautiful design, @itsjessmarina! |
This Pull Request updates dependency [meteor-theme-hexo](https://github.com/meteor/meteor-theme-hexo) from `v1.0.10` to `v1.0.13` <details> <summary>Release Notes</summary> ### [`v1.0.13`](https://github.com/meteor/meteor-theme-hexo/blob/master/CHANGELOG.md#v1013) [Compare Source](meteor/meteor-theme-hexo@v1.0.12...v1.0.13) * Align headings with tiered structure content. [PR #​78](`https://github.com/meteor/meteor-theme-hexo/pull/78`) --- ### [`v1.0.12`](https://github.com/meteor/meteor-theme-hexo/blob/master/CHANGELOG.md#v1012) [Compare Source](meteor/meteor-theme-hexo@v1.0.11...v1.0.12) * Fix the tiered structure of the sidebar items to maintain content nesting! [PR #​77](`https://github.com/meteor/meteor-theme-hexo/pull/77`) --- ### [`v1.0.11`](https://github.com/meteor/meteor-theme-hexo/blob/master/CHANGELOG.md#v1011) [Compare Source](meteor/meteor-theme-hexo@2b6e168...v1.0.11) * Update theme with new look for Apollo. The Meteor theme is mostly untouched but there have been some small changes in it as well. [PR #​71](`https://github.com/meteor/meteor-theme-hexo/pull/71`) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
This Pull Request updates dependency [meteor-theme-hexo](https://github.com/meteor/meteor-theme-hexo) from `v1.0.10` to `v1.0.13` <details> <summary>Release Notes</summary> ### [`v1.0.13`](https://github.com/meteor/meteor-theme-hexo/blob/master/CHANGELOG.md#v1013) [Compare Source](meteor/meteor-theme-hexo@v1.0.12...v1.0.13) * Align headings with tiered structure content. [PR #​78](`https://github.com/meteor/meteor-theme-hexo/pull/78`) --- ### [`v1.0.12`](https://github.com/meteor/meteor-theme-hexo/blob/master/CHANGELOG.md#v1012) [Compare Source](meteor/meteor-theme-hexo@v1.0.11...v1.0.12) * Fix the tiered structure of the sidebar items to maintain content nesting! [PR #​77](`https://github.com/meteor/meteor-theme-hexo/pull/77`) --- ### [`v1.0.11`](https://github.com/meteor/meteor-theme-hexo/blob/master/CHANGELOG.md#v1011) [Compare Source](meteor/meteor-theme-hexo@2b6e168...v1.0.11) * Update theme with new look for Apollo. The Meteor theme is mostly untouched but there have been some small changes in it as well. [PR #​71](`https://github.com/meteor/meteor-theme-hexo/pull/71`) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
No description provided.