Skip to content

Commit

Permalink
Updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed May 26, 2019
1 parent 3169986 commit 1a1e02c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 0 additions & 6 deletions docs/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"md/usage": {
"title": "User Guide"
},
"obj/perspective-viewer": {
"title": "`perspective-viewer` API"
},
"obj/perspective": {
"title": "`perspective` API"
},
"README": {
"title": "README"
}
Expand Down
6 changes: 4 additions & 2 deletions docs/static/js/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ function newRow() {
var styleElement = document.createElement("style");
styleElement.innerText = `
.homeContainer perspective-viewer, perspective-viewer {
padding: 24px;
--plugin--box-shadow: 0 5px 5px rgba(0,0,0,.2);
background: none !important;
box-shadow: none !important;
overflow: visible !important;
--plugin--box-shadow: 0 5px 5px rgba(0,0,0,0.2);
--d3fc-gradient-full: linear-gradient(#4d342f 0%, #e4521b 22.5%, #feeb65 42.5%, #f0f0f0 50%, #dcedc8 57.5%, #42b3d5 67.5%, #1a237e 100%) !important;
--d3fc-gradient-positive: linear-gradient(#222222 0%, #1a237e 35%, #42b3d5 70%, #dcedc8 100%) !important;
--d3fc-gradient-negative: linear-gradient(#feeb65 0%, #e4521b 35%, #4d342f 70%, #222222 100%) !important;
Expand Down

0 comments on commit 1a1e02c

Please sign in to comment.