From 803c5bbdbd66cd9ff1628cbae93bae1912e84c51 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Wed, 3 Apr 2024 04:50:25 +0200 Subject: [PATCH] Slightly changed button color and changed body height to be min-100vh --- web/static/css/input.css | 2 +- web/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/css/input.css b/web/static/css/input.css index 1bf2e9f..0f50437 100644 --- a/web/static/css/input.css +++ b/web/static/css/input.css @@ -33,7 +33,7 @@ textarea { } .btn { - @apply bg-slate-50 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100; + @apply bg-slate-200 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100; } .action-btn { diff --git a/web/templates/index.html b/web/templates/index.html index e56b130..95b36b0 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -8,7 +8,7 @@ - +

Orient Editor