diff --git a/components/content/Endpoints/RpcTable.vue b/components/content/Endpoints/EndpointTable.vue similarity index 93% rename from components/content/Endpoints/RpcTable.vue rename to components/content/Endpoints/EndpointTable.vue index 98455ada..2b8204af 100644 --- a/components/content/Endpoints/RpcTable.vue +++ b/components/content/Endpoints/EndpointTable.vue @@ -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 */ +} diff --git a/content/5.resources/1.networks.md b/content/5.resources/1.networks.md index 3c18c52f..cc7408bd 100644 --- a/content/5.resources/1.networks.md +++ b/content/5.resources/1.networks.md @@ -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. @@ -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. @@ -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.