Dodavanje CSS stilova i tema

This commit is contained in:
2026-06-01 01:04:12 +02:00
parent e170165842
commit 56accffb37
5 changed files with 319 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
:root {
--sb-pozadina: #f8fafc;
--sb-hover: #f1f5f9;
--sb-aktivan: #e8f0fe;
--sb-tekst: #64748b;
--sb-tekst-aktivan: #1a1d2e;
--sb-akcent: #4f7ef8;
--pozadina: #f0f2f8;
--kartica: #ffffff;
--tekst-glavni: #1a1d2e;
--tekst-sporedni: #6b7280;
--ivica: #e5e7eb;
--topbar: #ffffff;
}