diff --git a/client/index.html b/client/index.html index 1a20e74..688d57f 100644 --- a/client/index.html +++ b/client/index.html @@ -61,7 +61,7 @@ -
The easiest way to transfer data across devices
+
You can be discovered by everyone on this network
diff --git a/client/styles.css b/client/styles.css index b9d9898..d079dfe 100644 --- a/client/styles.css +++ b/client/styles.css @@ -369,7 +369,13 @@ x-dialog a{ user-select: all; } +#receiveTextDialog #text a { + cursor: pointer; +} +#receiveTextDialog #text a:hover { + text-decoration: underline; +} /* Button */ @@ -552,6 +558,11 @@ input { } +/* Generic placeholder */ +[placeholder]:empty:before { + content: attr(placeholder); +} + /* Toast */ .toast-container {