From 5ffd5b23ef6fa166e6faa3037052d888bb025e10 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 7 Oct 2025 21:30:24 +0100 Subject: [PATCH] Styling for text in bedstead.css --- bedstead.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bedstead.css b/bedstead.css index ba24f5d..446d1ea 100644 --- a/bedstead.css +++ b/bedstead.css @@ -63,6 +63,18 @@ img { max-width: 100%; } +input:not([type="image" i], [type="range" i], [type="checkbox" i], + [type="radio" i]) { + appearance: none; + font: inherit; + color: inherit; + background: inherit; + border: 0.1em solid; + margin: 0.5em 0.2em 0.4em 0.3em; + padding: 0.4em 0.3em 0.5em 0.2em; + line-height: 1; +} + .smallprint { font-size: 0.5em; } -- 2.30.2