From 1c54adffe462c2dba7d9215bb2f75beef8163a75 Mon Sep 17 00:00:00 2001 From: theo1 Date: Thu, 1 Oct 2020 20:05:19 +0200 Subject: [PATCH] CSS fixes --- deezer-tooter/browserAction/style.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/deezer-tooter/browserAction/style.css b/deezer-tooter/browserAction/style.css index 6e055c2..c294482 100644 --- a/deezer-tooter/browserAction/style.css +++ b/deezer-tooter/browserAction/style.css @@ -3,7 +3,20 @@ max-width: 100px; white-space: pre-wrap; } -/* + #toot-url { - visibility: hidden; -} */ \ No newline at end of file + color: darkblue; + text-decoration: underline; +} + +input { + margin: 5px; +} + +button { + margin-left: 10px; +} + +* { + font-family: Arial, Helvetica, sans-serif; +} \ No newline at end of file