From 6abc0fa0b9db69a922af0c17ec7ac892b9a95200 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Tue, 9 Apr 2024 20:58:47 +0200 Subject: [PATCH] minor layout improvements --- examples/server/public/index.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/examples/server/public/index.html b/examples/server/public/index.html index 9fe61eb1b..68661ee4d 100644 --- a/examples/server/public/index.html +++ b/examples/server/public/index.html @@ -51,6 +51,26 @@ margin-bottom: 0.5em; } + button, input, textarea, .button, a.button, select { + color: #666; + border: 1px solid #ddd; + border-radius: 4px; + line-height: 1.5em; + padding: 0.25em 0.25em; + text-decoration: none; + font-size: 1.1rem; + } + + button { + border: 1px solid #2a8aad; + background: #3584e4; + font-weight: normal; + color: #fff; + } + button:disabled { + background: #9cbce5; + } + #write form { margin: 1em 0 0 0; display: flex; @@ -567,7 +587,7 @@ runCompletion(); } return html` -
+