fix: hartcodiertes Blau bei "heute"-Spalte & Admin-Badge entfernt
- .month-col.today nutzt jetzt --today-color statt fixem Blau (Spaltenhintergrund passt nun zum Tageskreis / Theme-Farbe) - .badge-admin nutzt --primary-dim statt fixem Blau Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -509,7 +509,7 @@ a { color: var(--primary); text-decoration: none; }
|
||||
}
|
||||
.month-col:last-child { border-right: none; }
|
||||
.month-col:hover { background: var(--bg-hover); }
|
||||
.month-col.today { background: rgba(66,133,244,.08); }
|
||||
.month-col.today { background: color-mix(in srgb, var(--today-color) 9%, transparent); }
|
||||
.month-col.month-selected { background: var(--primary-dim); }
|
||||
.month-col.month-selected .cell-day { border: 2px solid var(--primary); color: var(--primary); font-weight: 700; }
|
||||
.month-col.month-selected .cell-day.today { background: var(--today-color); color: #fff; border: none; }
|
||||
@@ -1057,7 +1057,7 @@ a { color: var(--primary); text-decoration: none; }
|
||||
.settings-section h4 { font-size: 14px; font-weight: 600; color: var(--text-1); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
|
||||
.badge-admin {
|
||||
font-size: 10px; padding: 2px 6px;
|
||||
background: rgba(66,133,244,.2); color: var(--primary);
|
||||
background: var(--primary-dim); color: var(--primary);
|
||||
border-radius: 10px; font-weight: 600;
|
||||
}
|
||||
.users-list-item {
|
||||
|
||||
Reference in New Issue
Block a user