From 691d95a80bcc09dd657ebe08253eb5408c6ec563 Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:24:15 +0000 Subject: [PATCH] Dark mode tweaks --- static/css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index d3ecefc..b8e9663 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -526,4 +526,24 @@ ion-icon+span { body { background-image: url("../media/background-dark.png"); } + + input, + textarea { + background: rgb(175, 175, 175); + color: #000; + } + + #inputs .point { + background-color: #555555b2; + } + + #inputs .point { + background-color: #555555b2; + } + + #new-point, + .generate { + background-color: #808080; + color: #fff; + } } \ No newline at end of file