From f7da4bafae478387b8406f7b37f6a865d7ddd11d Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Mon, 8 Jul 2019 11:14:32 +0200 Subject: [PATCH] big-green button: border-radius 2px make it a bit more beautiful --- themes/tiddlywiki/vanilla/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 247c76f65..4aee2a3b9 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -511,6 +511,7 @@ html body.tc-body .tc-btn-rounded:hover svg { color: <>; fill: <>; border: none; + border-radius: 2px; font-size: 1.2em; line-height: 1.4em; text-decoration: none;