Add crossmark wallet to wallets list

This commit is contained in:
Maria Shodunke
2025-07-14 13:48:11 +01:00
parent b422cd01a0
commit 61009fcd39
7 changed files with 16 additions and 5 deletions

View File

@@ -149,9 +149,11 @@
#wallet-#{$wallet} {
content: url("../img/wallets/#{$wallet}.svg");
}
}
#wallet-bitfrost {
content: url("../img/wallets/bitfrost.png");
@each $wallet in "bitfrost", "crossmark" {
#wallet-#{$wallet} {
content: url("../img/wallets/#{$wallet}.png");
}
}
}
@@ -2124,4 +2126,4 @@ html.light {
}
}
}
}
}

View File

@@ -569,6 +569,10 @@ pre {
#wallet-gem {
content: url("../img/wallets/lightmode/gem.svg");
}
#wallet-crossmark {
content: url("../img/wallets/lightmode/crossmark.png");
}
}
@@ -1362,4 +1366,4 @@ main article .card-grid {
.DocSearch-Modal {
box-shadow: $light-box-shadow;
}
*/
*/