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