From a0b50ad1c096059bf785b78ecc8aee264eedb928 Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Thu, 14 Nov 2024 18:50:57 +0300 Subject: [PATCH] color fix --- html/css/inbox.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/css/inbox.css b/html/css/inbox.css index ae29d4d..9ed93db 100644 --- a/html/css/inbox.css +++ b/html/css/inbox.css @@ -62,7 +62,6 @@ --color-text-secondary: #acacac; --color-link: #c64e1b; --color-link-hover: #fa773f; - --color-warning: #fff3e5; --color-form: #3f434b; --color-bg-main: #223d36; --color-light: #868b87; @@ -237,7 +236,7 @@ a.btn:is(:hover, :focus, :active) { font-family: 'Golos'; font-size: var(--size-text-secondary); padding: var(--indent-mini) var(--w-screen) var(--indent-mini) calc(var(--w-screen) + 38px); - background-color: var(--color-warning); + background-color: var(--bg-warn); } .browser-check-text { position: relative;