Skip to content

Commit 4a5ac35

Browse files
authored
Merge pull request #89 from ipfs/improve-frontend
Overhaul IPFS Check frontend and improve the way check results are rendered
2 parents 9d34f34 + c2c4d2b commit 4a5ac35

File tree

8 files changed

+1610
-301
lines changed

8 files changed

+1610
-301
lines changed

web/favicon.ico

33.7 KB
Binary file not shown.

web/index.html

Lines changed: 59 additions & 298 deletions
Large diffs are not rendered by default.

web/input.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
@import "tailwindcss";
2+
3+
@theme {
4+
--color-dark-blue-600: #0D1644;
5+
--color-ipfs-navy-900: #0b3a53;
6+
--color-ipfs-navy-800: #234e64;
7+
--color-ipfs-navy-400: #244e66;
8+
--color-ipfs-aqua-500: #69c4cd;
9+
--color-ipfs-aqua-400: #9ad4db;
10+
--color-ipfs-gray-500: #b7bbc8;
11+
--color-ipfs-gray-400: #d9dbe2;
12+
--color-charcoal-500: #34373f;
13+
--color-charcoal-400: #7f8491;
14+
--color-ipfs-red-500: #ea5037;
15+
--color-ipfs-red-400: #f36149;
16+
--color-ipfs-yellow-500: #f39021;
17+
--color-ipfs-yellow-400: #f9a13e;
18+
--color-ipfs-teal-500: #378085;
19+
--color-ipfs-teal-400: #439a9d;
20+
--color-ipfs-green-500: #0cb892;
21+
--color-ipfs-green-400: #0aca9f;
22+
--color-ipfs-link-500: #117eb3;
23+
--color-ipfs-washed-blue-500: #F0F6FA
24+
}

web/output.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)