add explanation for board creation process

This commit is contained in:
Tom
2023-04-30 17:37:19 +02:00
parent d15dacb06f
commit 9fcc4abe89
6 changed files with 97 additions and 44 deletions
+5
View File
@@ -150,6 +150,11 @@ export const AboutContent = styled.div`
min-height: 91px;
}
button {
color: blue !important;
text-decoration: underline !important;
}
a:visited {
color: blue;
}