Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
landolabrum committed Aug 8, 2024
1 parent ffb3702 commit 62aaf00
Show file tree
Hide file tree
Showing 36 changed files with 48 additions and 39 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 404/[loc].html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/chunks/3282-7648bc867b00be51.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion _next/static/chunks/3282-c2f8fd7eedc42d53.js

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion about.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/[slug].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion authentication.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion authentication/[function].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cart.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cart/[ref].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion checkout.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configure.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dashboard.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion home.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion home/[vid].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index/[cid].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index/index/Index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion location.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion location/[slug].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion product.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion product/[id].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion profile.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/[slug].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion social.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion social/[platform].html

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions styles/d3.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,32 @@
justify-content: center;
align-items: center;
}
.d3-link--lighting{
stroke: #1050ff;
}

.d3-link--lighting_out{
transition:all 1.5s ease-in-out;
stroke: #1050ff20;
}

.d3-svg{
overflow: visible;
background-color: var(--gray-80);
background-color: var(--black);
}
.d3-links {
fill: none;
/* stroke: var(--gray-70-o); */
stroke: var(--gray-80-o);
/* stroke-opacity: 0.4; */
stroke-width: 2;
}
.d3-node__content{
fill:var(--gray-70-o);
color:var(--gray-60);
fill:var(--green-o);
color:var(--green-70);
}
.d3-node__path{
fill:var(--gray-80-o);
color:var(--gray-30);
fill:var(--gray-80);
color:var(--green-50);
}
.d3-node--key {
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion transaction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion transaction/[slug].html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion verify.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion verify/[slug].html

Large diffs are not rendered by default.

0 comments on commit 62aaf00

Please sign in to comment.