Skip to content

Commit

Permalink
Upgrade doc core version and fix image css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LZoog committed Mar 16, 2021
1 parent d21526c commit 4324415
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 154 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"clear": "docusaurus clear"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.71",
"@docusaurus/preset-classic": "2.0.0-alpha.71",
"@docusaurus/core": "^2.0.0-alpha.72",
"@docusaurus/preset-classic": "^2.0.0-alpha.72",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"react": "^16.8.4",
Expand Down
6 changes: 3 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
height: 24px;
display: flex;
background-repeat: no-repeat;
background-image: url("/experimenter-docs/img/github.svg");
background-image: url("/img/github.svg");
}

[data-theme="dark"] .header-github-link::before {
background-image: url("/experimenter-docs/img/github-dark.svg");
background-image: url("/img/github-dark.svg");
}

.menu__list a[href^="http://"]:not([href*="localhost:3000"]):after,
.menu__list a[href^="https://"]:not([href*="mozilla.github.io/experimenter-docs"]):after
{
content: "";
background-repeat: no-repeat;
background-image: url("/experimenter-docs/img/external.svg");
background-image: url("/img/external.svg");
display: block;
min-width: 15px;
height: 15px;
Expand Down
Loading

0 comments on commit 4324415

Please sign in to comment.