From 1e33324b5521aea59f333dcb17898b17417b3d74 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 31 Dec 2022 22:09:49 -0500 Subject: [PATCH] Revert "style.css: improve distinction between different forms" This reverts commit 45964ecf702914cb3ce6e6fca82c01fd24f859af. --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index f4aae71..7b44fa0 100644 --- a/style.css +++ b/style.css @@ -12,16 +12,13 @@ body { } h1, h2, h3, h4, h5, h6 { - color: #010101; + color: #666666; } 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%;