Aktueller Stand

This commit is contained in:
2026-01-15 23:18:42 +01:00
parent 46eae2a2a9
commit dcf45bac3d
32 changed files with 2625 additions and 395 deletions

View File

@@ -128,29 +128,129 @@ html[data-theme="dark"] .btn-accent:hover {
background: var(--accent-strong);
}
html[data-theme="dark"] .btn-primary {
background: #f8f7f2;
color: #0f1110;
border-color: rgba(148, 163, 184, 0.4);
}
html[data-theme="dark"] .btn-primary:hover {
background: #ffffff;
}
html[data-theme="dark"] .btn-ghost {
border-color: rgba(71, 85, 105, 0.6);
color: #e2e8f0;
background: rgba(15, 17, 16, 0.35);
background: rgba(30, 41, 59, 0.55);
}
html[data-theme="dark"] .btn-ghost:hover {
background: rgba(148, 163, 184, 0.12);
background: rgba(148, 163, 184, 0.18);
}
html[data-theme="dark"] .ical-link {
border-color: rgba(71, 85, 105, 0.5);
background: rgba(30, 41, 59, 0.6);
}
html[data-theme="dark"] .ical-link span {
color: #e2e8f0;
}
html[data-theme="dark"] button.text-slate-600 {
color: #e2e8f0;
}
html[data-theme="dark"] button.text-slate-600:hover {
color: #f8fafc;
}
html[data-theme="dark"] .list-table button {
color: #e2e8f0;
}
html[data-theme="dark"] .list-table button:hover {
color: #f8fafc;
}
html[data-theme="dark"] .list-table .text-slate-600 {
color: #e2e8f0;
}
html[data-theme="dark"] .list-table svg {
color: #e2e8f0;
}
html[data-theme="dark"] .category-pill {
border-color: rgba(71, 85, 105, 0.6);
background: rgba(30, 41, 59, 0.55);
color: #e2e8f0;
}
html[data-theme="dark"] .category-pill button {
color: #e2e8f0;
}
html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
background: rgba(15, 17, 16, 0.65);
border-color: rgba(71, 85, 105, 0.5);
background: rgba(30, 41, 59, 0.55);
border-color: rgba(148, 163, 184, 0.45);
color: #f8fafc;
}
html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
color: rgba(226, 232, 240, 0.6);
}
html[data-theme="dark"] header {
border-color: rgba(71, 85, 105, 0.35);
background: rgba(15, 17, 16, 0.8);
}
html[data-theme="dark"] .brand-title {
color: #f8fafc;
}
.nav-link {
color: #334155;
background: transparent;
}
.nav-link:hover {
background: #f1f5f9;
}
.nav-link-active {
background: #0f172a;
color: #ffffff;
}
.nav-link-active:hover {
background: #0f172a;
color: #ffffff;
}
html[data-theme="dark"] .nav-link {
color: #e2e8f0;
}
html[data-theme="dark"] .nav-link:hover {
background: rgba(148, 163, 184, 0.12);
}
html[data-theme="dark"] .nav-link-active {
background: #f8f7f2;
color: #0f1110;
}
html[data-theme="dark"] .nav-link-active:hover {
background: #f8f7f2;
color: #0f1110;
}
html[data-theme="dark"] .fc .fc-button {
border-color: rgba(71, 85, 105, 0.5);
background: rgba(15, 17, 16, 0.75);
@@ -190,6 +290,30 @@ html[data-theme="dark"] .fc .fc-daygrid-day.fc-day-past .fc-daygrid-day-number {
color: rgba(226, 232, 240, 0.7);
}
html[data-theme="dark"] .list-table tr {
border-color: rgba(71, 85, 105, 0.4);
}
html[data-theme="dark"] .list-table tr[data-bucket="past"] {
background: rgba(30, 41, 59, 0.55);
color: rgba(148, 163, 184, 0.9);
}
html[data-theme="dark"] .list-table tr[data-bucket="today"] {
background: rgba(217, 119, 6, 0.18);
color: #f8fafc;
}
html[data-theme="dark"] .list-table tr[data-bucket="tomorrow"] {
background: rgba(16, 185, 129, 0.16);
color: #f8fafc;
}
html[data-theme="dark"] .list-table tr[data-bucket="future"] {
background: rgba(59, 130, 246, 0.12);
color: #f8fafc;
}
html[data-theme="dark"] .drag-handle {
border-color: rgba(71, 85, 105, 0.5);
color: #e2e8f0;
@@ -225,8 +349,8 @@ html[data-theme="dark"] .drag-handle:hover {
.fc .fc-timegrid-event {
border-radius: 0.6rem;
border: none;
background: #1f2937;
color: #ffffff;
background: #e2e8f0;
color: #0f172a;
}
.fc .fc-daygrid-event .fc-event-main,
@@ -235,13 +359,15 @@ html[data-theme="dark"] .drag-handle:hover {
.fc .fc-timegrid-event .fc-event-title,
.fc .fc-daygrid-event .fc-event-time,
.fc .fc-timegrid-event .fc-event-time {
color: #ffffff;
color: #0f172a;
}
.fc .fc-daygrid-event .event-shell,
.fc .fc-timegrid-event .event-shell {
position: relative;
padding-right: 1.75rem;
overflow: hidden;
max-height: 100%;
}
.fc .fc-daygrid-event .event-toggle,