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: #1e1535;
--sb-hover: #2d2050;
--sb-aktivan: #3d2b6e;
--sb-tekst: #a78bca;
--sb-tekst-aktivan: #ffffff;
--sb-akcent: #a855f7;
--pozadina: #f5f0ff;
--kartica: #ffffff;
--tekst-glavni: #1a1d2e;
--tekst-sporedni: #6b7280;
--ivica: #e5e7eb;
--topbar: #ffffff;
}
+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;
}
+15
View File
@@ -0,0 +1,15 @@
:root {
--sb-pozadina: #1a1d2e;
--sb-hover: #2a2d40;
--sb-aktivan: #3d4f7c;
--sb-tekst: #a0a8c0;
--sb-tekst-aktivan: #ffffff;
--sb-akcent: #4f7ef8;
--pozadina: #f0f2f8;
--kartica: #ffffff;
--tekst-glavni: #1a1d2e;
--tekst-sporedni: #6b7280;
--ivica: #e5e7eb;
--topbar: #ffffff;
}
+15
View File
@@ -0,0 +1,15 @@
:root {
--sb-pozadina: #0f2818;
--sb-hover: #1a3d25;
--sb-aktivan: #1e5631;
--sb-tekst: #86b09a;
--sb-tekst-aktivan: #ffffff;
--sb-akcent: #22c55e;
--pozadina: #f0faf4;
--kartica: #ffffff;
--tekst-glavni: #1a1d2e;
--tekst-sporedni: #6b7280;
--ivica: #e5e7eb;
--topbar: #ffffff;
}