From 45964ecf702914cb3ce6e6fca82c01fd24f859af Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 31 Dec 2022 21:39:05 -0500 Subject: [PATCH] style.css: improve distinction between different forms --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7b44fa0..f4aae71 100644 --- a/style.css +++ b/style.css @@ -12,13 +12,16 @@ body { } h1, h2, h3, h4, h5, h6 { - color: #666666; + color: #010101; } body, button { font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } +div { + border-top: 1px solid; +} textarea { width: 100%;