Fix: agent-meldinger lesbare i mørkt tema (amber overrides)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6ec3107bef
commit
d54a25c590
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ div[style*="display: contents"] { background-color: var(--color-bg) !important;
|
||||||
.bg-red-50 { background-color: rgba(239, 68, 68, 0.1) !important; }
|
.bg-red-50 { background-color: rgba(239, 68, 68, 0.1) !important; }
|
||||||
.bg-blue-50 { background-color: rgba(59, 130, 246, 0.1) !important; }
|
.bg-blue-50 { background-color: rgba(59, 130, 246, 0.1) !important; }
|
||||||
.bg-yellow-50 { background-color: rgba(234, 179, 8, 0.1) !important; }
|
.bg-yellow-50 { background-color: rgba(234, 179, 8, 0.1) !important; }
|
||||||
|
.bg-amber-50 { background-color: rgba(245, 158, 11, 0.1) !important; }
|
||||||
|
.border-amber-200 { border-color: rgba(245, 158, 11, 0.25) !important; }
|
||||||
|
.text-amber-700 { color: rgb(245, 158, 11) !important; }
|
||||||
.border-indigo-300 { border-color: var(--color-accent) !important; }
|
.border-indigo-300 { border-color: var(--color-accent) !important; }
|
||||||
.hover\:border-indigo-300:hover { border-color: var(--color-accent) !important; }
|
.hover\:border-indigo-300:hover { border-color: var(--color-accent) !important; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue