diff --git a/components/HowTo.tsx b/components/HowTo.tsx index ffaeeea..903dc7b 100644 --- a/components/HowTo.tsx +++ b/components/HowTo.tsx @@ -4,10 +4,8 @@ import { Flex, Heading, Link, ListItem, OrderedList, Text } from '@chakra-ui/lay const HowTo = () => { return ( { }, [tokenAddress, tokenList]); return ( - + Recipient address { return ( - + Shield diff --git a/styles/globals.css b/styles/globals.css new file mode 100644 index 0000000..e4b637e --- /dev/null +++ b/styles/globals.css @@ -0,0 +1,11 @@ +body { + background-image: radial-gradient(farthest-corner at 15% 15%, #decba488, #2bb0ed66) !important; +} + +.container { + background-color: #faf9f7dd; + border-radius: 1rem; + border: 1px solid #2bb0edcc; + padding: 2rem; + box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); +}