From 08913314c5823162b583567f1fb2759d71a2c62f Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 5 May 2024 21:54:53 +0100 Subject: [PATCH] Styling tweaks --- themes/tiddlywiki/vanilla/base.tid | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 3f9ef5aae..29646ea7a 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -3289,6 +3289,10 @@ span.tc-translink > a:first-child { margin: 0; } +.tc-testcase-header > h2 a.tc-tiddlylink-missing { + font-style: normal; +} + .tc-testcase-source > pre { height: 100%; } @@ -3325,7 +3329,7 @@ span.tc-translink > a:first-child { } .tc-testcase-divider { - flex: 0 0 2%; + flex: 0 0 1.5%; } .tc-testcase-source .tc-tab-buttons { @@ -3333,9 +3337,10 @@ span.tc-translink > a:first-child { } .tc-testcase-output { + box-shadow: inset 2px 2px 10px 0px <>; background: <>; - border-radius: 3px; - border: 1px solid <>; + border-radius: 4px; + border: 1px solid <>; flex: 1 0 49%; min-width: 250px; padding: 0.25em;