From 49669b04220a7713b7d13056132db0030e0a24bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Markovi=C4=87?= Date: Fri, 26 Jun 2026 01:27:05 +0200 Subject: [PATCH] =?UTF-8?q?Tema:=20svetla=20=E2=80=94=20topliji=20tonovi?= =?UTF-8?q?=20(paper),=20manje=20dre=C4=8Davo=20belo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/css/teme/svetla.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/web/static/css/teme/svetla.css b/web/static/css/teme/svetla.css index e9fd96f..c04abc2 100644 --- a/web/static/css/teme/svetla.css +++ b/web/static/css/teme/svetla.css @@ -1,24 +1,24 @@ :root { color-scheme: light; - --pozadina: #f6f8fa; - --kartica: #ffffff; - --kartica-2: #f0f2f5; - --pozadina-hover: #ebeef1; - --tekst-glavni: #24292f; - --tekst-sporedni: #57606a; - --tekst-jak: #1f2328; - --ivica: #d0d7de; - --ivica-jaka: #9ba5b0; - --sb-akcent: #1f6feb; - --sb-akcent-hover: #388bfd; - --sb-aktivan: #ebeef1; + --pozadina: #f0f2ed; + --kartica: #fafaf8; + --kartica-2: #ebece7; + --pozadina-hover: #e5e6e1; + --tekst-glavni: #2c2f25; + --tekst-sporedni: #5c6056; + --tekst-jak: #1f2218; + --ivica: #d5d7d0; + --ivica-jaka: #a0a39a; + --sb-akcent: #1f6f5e; + --sb-akcent-hover: #2d8a67; + --sb-aktivan: #e5e6e1; --uspeh: #1a7f37; --upozorenje: #9a6700; --greska: #cf222e; --info: #0969da; - --senka: 0 4px 16px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08); - --senka-hover: 0 8px 28px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.10); - --sidebar-pozadina: #ffffff; + --senka: 0 4px 16px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.06); + --senka-hover: 0 8px 28px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08); + --sidebar-pozadina: #fafaf8; --poruka-uspeh-bg: rgba(26, 127, 55, 0.1); --poruka-uspeh-boja: #1a7f37; }