We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57e2f6 commit 8096a30Copy full SHA for 8096a30
src/assets/run-a-node/dappnode.svg
src/pages/run-a-node.tsx
@@ -291,13 +291,13 @@ const ButtonContainer = styled.div`
291
`
292
293
const DappNodeButtonLink = styled(ResponsiveButtonLink)`
294
- background-color: #187d76;
+ background-color: #007dfc;
295
span {
296
color: ${({ theme }) => theme.colors.white};
297
}
298
&:hover {
299
- background-color: #0f5f5f;
300
- box-shadow: 4px 4px 0 0 rgba(#187d76, 0.47);
+ background-color: #0077be;
+ box-shadow: 4px 4px 0 0 rgba(#007dfc, 0.47);
301
302
303
0 commit comments