Skip to content

Commit

Permalink
Style dark mode and rename component (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Aug 14, 2024
1 parent 5afe26b commit 99cb631
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,10 @@ thead th {
tbody tr:nth-child(even) {
}
/* Dark mode styles */
.dark thead th {
background-color: #333; /* Dark mode background for table header */
color: white; /* Text color for dark mode */
}
</style>
12 changes: 6 additions & 6 deletions content/5.resources/1.networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Scroll to see the list of endpoints in the tables below.

### Rest endpoints

::rpcTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="'rest'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="'rest'"}
::

### RPC endpoints

::rpcTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="'rpc'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="'rpc'"}
::

Archway's mainnet, the value-capture chain.
Expand All @@ -52,12 +52,12 @@ Scroll to see the list of endpoints in the tables below.

### Rest endpoints

::rpcTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="'rest'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="'rest'"}
::

### RPC endpoints

::rpcTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="'rpc'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="'rpc'"}
::

Stable testing network for dapp developers building dApps.
Expand All @@ -77,12 +77,12 @@ Scroll to see the list of endpoints in the tables below.

### Rest endpoints

::rpcTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="'rest'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="'rest'"}
::

### RPC endpoints

::rpcTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="'rpc'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="'rpc'"}
::

Experimental testing network for testing out the newest features baked into Archway network.
Expand Down

0 comments on commit 99cb631

Please sign in to comment.