Skip to content

Commit

Permalink
Styling and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 17, 2024
1 parent c5d4e87 commit 352dfa9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified assets/logo_opaque-dark-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@ a {
background-color: rgba(255, 255, 255, 12%);
display: flex;
line-height: 18px;
background: radial-gradient(45vw 80% at 90% 40%, rgb(223 185 255 / 10%), rgba(100, 100, 100, 0) 95%), linear-gradient(52deg, rgb(100 100 100 / 0%), #80808000 60%, rgb(100 100 100 / 0%)), linear-gradient(35deg, hsl(0deg 0% 80% / 28%), rgb(200 200 200 / 15%) 37%, rgb(180 180 180 / 45%) 0, rgb(190 190 190 / 25%) 76%, rgb(170 170 170 / 22%) 0, rgb(210 210 210 / 34%)), linear-gradient(90deg, rgb(100 100 100 / 12%), #80808000 60%, #64646400);
background: radial-gradient(circle at 90% 40%, rgb(223 185 255 / 10%) 0%, rgb(180 180 180 / 30%) 50%, rgba(100, 100, 100, 0) 95%), linear-gradient(52deg, rgb(100 100 100 / 0%) 0%, #80808000 60%, rgb(100 100 100 / 0%) 100%), linear-gradient(35deg, hsl(0deg 0% 80% / 28%) 0%, rgb(200 200 200 / 15%) 37%, rgb(180 180 180 / 45%) 50%, rgb(190 190 190 / 25%) 76%, rgb(170 170 170 / 22%) 87%, rgb(210 210 210 / 34%) 100%), linear-gradient(90deg, rgb(100 100 100 / 12%) 0%, #80808000 60%, #64646400 100%);
}

.dcWallet-warningMessage .shieldLogo {
Expand Down Expand Up @@ -2491,7 +2491,7 @@ input {
border-radius: 24px;
border-top-left-radius: 7px;
border-bottom-right-radius: 7px;
background-image: linear-gradient(183deg, #5a5a5a, #6d6d6d);
background-image: linear-gradient(183deg, #3d3d3d, #3a3a3a);
cursor: pointer;
}

Expand Down
18 changes: 9 additions & 9 deletions scripts/chain_params.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ export const cChainParams = reactive({
// A list of Labs-trusted explorers
Explorers: [
// Display name Blockbook-compatible API base
{ name: 'AIPG-blockbook', url: 'https://blockbook.aipowergrid.io' },
{ name: 'AIPG BlockBook', url: 'https://blockbook.aipowergrid.io' },
],
Nodes: [
{ name: 'AIPG-US', url: 'https://us-seed1.aipowergrid.io' },
{ name: 'AIPG-Japan', url: 'https://jp-seed2.aipowergrid.io' },
{ name: 'AIPG-Australia', url: 'https://au-seed3.aipowergrid.io' },
{ name: 'AIPG-Europe', url: 'https://eu-seed4.aipowergrid.io' },
{ name: 'AIPG-India', url: 'https://in-seed4.aipowergrid.io' },
{ name: 'AIPG US', url: 'https://us-seed1.aipowergrid.io' },
{ name: 'AIPG Japan', url: 'https://jp-seed2.aipowergrid.io' },
{ name: 'AIPG Australia', url: 'https://au-seed3.aipowergrid.io' },
{ name: 'AIPG Europe', url: 'https://eu-seed4.aipowergrid.io' },
{ name: 'AIPG India', url: 'https://in-seed4.aipowergrid.io' },
],
Consensus: {
// Network upgrades
Expand Down Expand Up @@ -76,11 +76,11 @@ export const cChainParams = reactive({
// A list of Labs-trusted explorers
Explorers: [
// Display name Blockbook-compatible API base
{ name: 'AIPG-blockbook', url: 'https://blockbook.aipowergrid.io' },
{ name: 'AIPG Blockbook', url: 'https://blockbook.aipowergrid.io' },
],
Nodes: [
{ name: 'AIPG-TestNode1', url: 'seed1-testnet.aipowergrid.io' },
{ name: 'AIPG-TestNode2', url: 'seed2-testnet.aipowergrid.io' },
{ name: 'AIPG TestNode1', url: 'seed1-testnet.aipowergrid.io' },
{ name: 'AIPG TestNode2', url: 'seed2-testnet.aipowergrid.io' },
],
Consensus: {
// Network upgrades
Expand Down

0 comments on commit 352dfa9

Please sign in to comment.