This commit is contained in:
Hazem Krimi
2022-01-29 19:00:55 +01:00
parent 0a396bc03b
commit 14e1970a56
7 changed files with 127 additions and 119 deletions
+13 -1
View File
@@ -11,13 +11,25 @@ export const Wrapper = styled.div`
row-gap: 1rem;
}
h1,
h2,
p,
span,
ul,
ol {
color: var(--text);
}
.meta {
.back {
cursor: pointer;
text-align: left;
color: #3f9aee;
display: inline-flex;
align-items: center;
span {
color: ${({ theme }) => theme.colors.blue} !important;
}
}
.image {