Skip to content

Commit c733d6c

Browse files
committed
updated css, networks, + favicon(2)
1 parent 4c3a18a commit c733d6c

File tree

12 files changed

+23
-7
lines changed

12 files changed

+23
-7
lines changed

content/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Faremeter can enable payment strategies wherever you need them. It can deploy wi
2828
- Solana-Devnet
2929
- Base-Mainnet
3030
- Base-Sepolia
31+
- SKALE Base
32+
- SKALE Base-Sepolia
33+
- Monad
3134
- Coinbase's x402 v1 & v2
3235
- Cloudflare's Pay-Per-Crawl (coming soon)
3336
- L402 (coming soon)

public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<link rel="stylesheet" href="http://localhost:1313/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css">
5858

5959

60-
60+
<link rel="stylesheet" href="http://localhost:1313/terminal.css">
6161

6262
<link rel="stylesheet" href="http://localhost:1313/style.css">
6363

public/categories/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<link rel="stylesheet" href="http://localhost:1313/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css">
5858

5959

60-
60+
<link rel="stylesheet" href="http://localhost:1313/terminal.css">
6161

6262
<link rel="stylesheet" href="http://localhost:1313/style.css">
6363

public/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<link rel="stylesheet" href="http://localhost:1313/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css">
5959

6060

61-
61+
<link rel="stylesheet" href="http://localhost:1313/terminal.css">
6262

6363
<link rel="stylesheet" href="http://localhost:1313/style.css">
6464

@@ -147,7 +147,10 @@ <h2 id="what-we-support">What We Support</h2>
147147
<li>Solana-Devnet</li>
148148
<li>Base-Mainnet</li>
149149
<li>Base-Sepolia</li>
150-
<li>Coinbase&rsquo;s x402</li>
150+
<li>SKALE Base</li>
151+
<li>SKALE Base-Sepolia</li>
152+
<li>Monad</li>
153+
<li>Coinbase&rsquo;s x402 v1 &amp; v2</li>
151154
<li>Cloudflare&rsquo;s Pay-Per-Crawl (coming soon)</li>
152155
<li>L402 (coming soon)</li>
153156
</ul>

public/og-image.png

12.5 KB
Loading

public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:root {
55
--background: #000000;
66
--foreground: #eceae5;
7-
--accent: #32858b;
7+
--accent: #e96428;
88
--radius: 0;
99
--font-size: 1rem;
1010
--line-height: 1.54em;

public/tags/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<link rel="stylesheet" href="http://localhost:1313/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css">
5858

5959

60-
60+
<link rel="stylesheet" href="http://localhost:1313/terminal.css">
6161

6262
<link rel="stylesheet" href="http://localhost:1313/style.css">
6363

public/terminal.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:root {
2+
--background: #000000;
3+
--foreground: #eceae5;
4+
--accent: #e96428;
5+
}

static/favicon.png

6.37 KB
Loading

static/og-image.png

17 KB
Loading

0 commit comments

Comments
 (0)