Skip to content

Commit 18d449e

Browse files
Update theme to use the Meteor logo and new header color
1 parent 61cae4c commit 18d449e

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ There are [docs docs](https://docs-docs.netlify.com/docs/docs/) for help with do
4343
| :relaxed: | [meteor/guide](https://github.com/meteor/guide/) | https://guide.meteor.com/ |
4444
| :relaxed: | [meteor/docs](https://github.com/meteor/docs/) | https://docs.meteor.com/ |
4545
| :relaxed: | [meteor/galaxy-docs](https://github.com/meteor/galaxy-docs/) | https://galaxy-guide.meteor.com/ |
46-
| :relaxed: | [apollographql/docs-docs](https://github.com/apollographql/docs-docs/) | https://docs-docs.netlify.com/docs/docs/ |
4746
4847
<sup>[0]</sup> Equipped with auto-update dependency management, so you don't need to make sure the theme is updated.
4948

npm-shrinkwrap.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@meteorjs/meteor-theme-hexo",
33
"private": false,
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"description": "[Read the docs docs.](https://docs-docs.netlify.com/docs/docs/)",
66
"main": "index.js",
77
"scripts": {

source/images/meteor-logo.png

15.3 KB
Loading

source/style/_util/color.import.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@color-complementary: #22A699; // sea green
66
@color-ancillary: #0F2A4A;// midnight blue
77

8-
@color-cloud: #595DFF;
8+
@color-cloud: #101926;
99
@color-cloud-hover: #1B2448;
1010

1111
@color-text-highlight: #d347a7; // pink

0 commit comments

Comments
 (0)