final changes

This commit is contained in:
vidvidvid
2022-11-16 13:13:31 +01:00
committed by Alec LaLonde
parent 2806db4c73
commit bded039b4b
4 changed files with 3 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ export const MetaTile: React.FC<FlexProps & MetaTileProps> = ({
>
<Flex
direction="column"
bgColor="hsl(253deg 65% 11% / 55%)"
bg="rgba(255, 255, 255, 0.08)"
style={{ backdropFilter: 'blur(7px)' }}
rounded="lg"
p={6}

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 KiB

View File

@@ -9,7 +9,7 @@ import {
Prose,
Text,
} from '@metafam/ds';
import BackgroundImage from 'assets/main-background.jpg';
import BackgroundImage from 'assets/quests/quest.png';
import { MetaLink } from 'components/Link';
import { MarkdownViewer as Markdown } from 'components/MarkdownViewer';
import { RolesTags } from 'components/Quest/Roles';

View File

@@ -18,6 +18,7 @@ export const SquareImage: React.FC<SquareImageProps> = ({ src }) => (
<img
style={{
position: 'absolute',
borderRadius: '10px 10px 0 0',
width: '100%',
height: '100%',
objectFit: 'cover',