Skip to content

Commit

Permalink
refactor: use metamask sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 13, 2023
1 parent 7c2a4df commit 93f2550
Show file tree
Hide file tree
Showing 10 changed files with 10,565 additions and 3,741 deletions.
15 changes: 13 additions & 2 deletions tools/obscuroscan_v3/frontend/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

@font-face {
font-family: "CloudSoft";
font-weight: 400;
font-weight: 300;
src: url("./fonts/CloudSoft-Light_300.otf") format("opentype");
}

@font-face {
font-family: "CloudSoft";
font-weight: 700;
Expand Down Expand Up @@ -49,6 +48,9 @@
--destructive: 0 100% 50%;
--destructive-foreground: 210 40% 98%;

--info: 222, 74%, 54%;
--info-foreground: 222, 74%, 54%;

--ring: 215 20.2% 65.1%;

--radius: 0.5rem;
Expand Down Expand Up @@ -88,6 +90,9 @@
--destructive: 0 63% 31%;
--destructive-foreground: 210 40% 98%;

--info: 222, 74%, 54%;
--info-foreground: 222, 74%, 54%;

--ring: 216 34% 17%;

--radius: 0.5rem;
Expand Down Expand Up @@ -192,6 +197,9 @@
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 210 40% 98%;

--info: 222, 74%, 54%;
--info-foreground: 222, 74%, 54%;

--ring: 222.2 84% 4.9%;

--radius: 0.5rem;
Expand Down Expand Up @@ -225,5 +233,8 @@
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 210 40% 98%;

--info: 222, 74%, 54%;
--info-foreground: 222, 74%, 54%;

--ring: 212.7 26.8% 83.9;
}
Loading

0 comments on commit 93f2550

Please sign in to comment.