Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Aug 15, 2024
1 parent 6e4e72b commit a2f8aa6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
34 changes: 19 additions & 15 deletions docs/whirlpool/static/index.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
--ifm-color-primary-light: #33925d;
--ifm-color-primary-lighter: #359962;
--ifm-color-primary-lightest: #3cad6e;
--ifm-background-color: #F0F2FF;
--ifm-background-surface-color: #EBEDFF;
--ifm-color-primary: #4755EB;
--ifm-color-primary-dark: #3E4DEA;
--ifm-color-primary-darker: #3544E9;
--ifm-color-primary-darkest: #2B3CE8;
--ifm-color-primary-light: #505EEC;
--ifm-color-primary-lighter: #5966ED;
--ifm-color-primary-lightest: #636FEE;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
:root[data-theme='dark'] {
--ifm-background-color: #0B0E3C !important;
--ifm-background-surface-color: #111546 !important;
--ifm-color-primary: #99AAFF;
--ifm-color-primary-dark: #8FA1FF;
--ifm-color-primary-darker: #8598FF;
--ifm-color-primary-darkest: #7A8FFF;
--ifm-color-primary-light: #A3B2FF;
--ifm-color-primary-lighter: #ADBBFF;
--ifm-color-primary-lightest: #B8C3FF;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
3 changes: 0 additions & 3 deletions ts-sdk/client/tests/gpa.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ import type {
} from "@solana/web3.js";
import {
createDefaultRpcTransport,
createKeyPairSignerFromBytes,
createSolanaRpcFromTransport,
generateKeyPairSigner,
getAddressDecoder,
getAddressEncoder,
getBase58Encoder,
} from "@solana/web3.js";
import {
Expand Down

0 comments on commit a2f8aa6

Please sign in to comment.