Skip to content

Commit

Permalink
chore: update dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Aug 18, 2022
1 parent 4a1da7a commit 52f5997
Show file tree
Hide file tree
Showing 3 changed files with 5,933 additions and 3,528 deletions.
5 changes: 1 addition & 4 deletions ipfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,24 +561,21 @@ See: https://github.com/ipfs-shipyard/ipfs-css

.border-washed-blue, .b--washed-blue { border-color: #F0F6FA; }

.ipfs-gradient-0 { background-image: -webkit-gradient(linear, left bottom, left top, from(#041727),to(#043b55)); background-image: linear-gradient(to top, #041727 0%,#043b55 100%); }
.ipfs-gradient-0 { background-image: linear-gradient(to top, #041727 0%,#043b55 100%); }

.transition-all {
-webkit-transition: .2s ease all;
transition: .2s ease all;
}

.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.force-select {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}

Expand Down
Loading

0 comments on commit 52f5997

Please sign in to comment.