Skip to content

Commit

Permalink
Rebase docusaurus with master
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed May 21, 2018
1 parent 9591189 commit dbb5140
Show file tree
Hide file tree
Showing 3 changed files with 2,535 additions and 79 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "https://github.com/iRoachie/Docusaurus.git#default-version"
"docusaurus": "https://github.com/iRoachie/Docusaurus.git#rebase"
},
"version": "1.0.0-beta5"
}
12 changes: 6 additions & 6 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* your custom css */

:root {
--primary: #5388d0;
}

footer .sitemap .nav-home {
width: 120px;
}
Expand Down Expand Up @@ -91,15 +95,15 @@ pre[class*='language-'] {
word-break: normal;
font-size: 14px;
line-height: 20px;

-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2;

-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
padding: 1.25rem;
border-left: 4px solid var(--primary);
}

/* Code blocks */
Expand Down Expand Up @@ -204,10 +208,6 @@ body,
background-color: #f9f9f9;
}

nav.toc .toggleNav .navGroup.navGroupActive {
background: #eee;
}

.wrapper {
max-width: 1200px;
}
Expand Down
Loading

0 comments on commit dbb5140

Please sign in to comment.