This commit is contained in:
2025-05-20 11:38:54 +02:00
parent 52b1da2fe6
commit 95a693bd3b
7 changed files with 434 additions and 128 deletions

View File

@@ -18,8 +18,8 @@
:root {
/* Light theme */
--bg: #f5f7fa;
--bg-alt: #ffffff;
--card-bg: #ffffff;
--bg-alt: #f5f7fa;
--card-bg: #f5f7fa;
--text: #000000;
--text-muted: #1f2933;
--accent: #2563eb; /* Indigo600 */
@@ -37,7 +37,7 @@
/* Dark mode (optional) */
@media (prefers-color-scheme: dark) {
:root {
--bg: #0d1117;
--bg: #161b22;
--bg-alt: #161b22;
--card-bg: #161b22;
--text: #ffffff;
@@ -127,7 +127,7 @@
#bereich-b .top {
margin-top: 10px;
height: 35px;
/*height: 35px;*/
display: grid;
width: 100%;
grid-template-columns: 100%;