aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
index d8d518147..0cd4338e5 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
@@ -33,14 +33,16 @@
width: 200px;
height: 100px;
border-radius: 5px;
+ border: 2px solid black;
padding: 10px;
position: relative;
- background-color: black;
+ background-color: white;
+ text-align: center;
cursor: pointer;
p {
width: calc(100% - 20px);
- color: white;
+ color: black;
position: absolute;
top: 50%;
left: 50%;