From be560e55104bb4e469e9f4a8dcbd0b54d2c5ebc4 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Thu, 17 Nov 2022 20:31:54 +0200 Subject: [PATCH] fix light theme --- frontend/public/global.css | 1 + frontend/src/components/Main.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/public/global.css b/frontend/public/global.css index 7b7564d..31b4114 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -440,6 +440,7 @@ button, select { /* Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; + appearance: button; } /* Remove the additional ":invalid" styles in Firefox. */ diff --git a/frontend/src/components/Main.svelte b/frontend/src/components/Main.svelte index edd6cd3..9749554 100644 --- a/frontend/src/components/Main.svelte +++ b/frontend/src/components/Main.svelte @@ -23,6 +23,7 @@ --background-color-3: rgb(173, 174, 175); --colored-element-text-color: var(--background-color-0); + --foreground-special-color-1: hsl(180, 18%, 30%); } {/if}