diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index dee9ac2..3d69691 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -421,7 +421,7 @@ input[type="checkbox"] { flex-shrink: 0; } .dot-green { background: var(--success); } -.dot-yellow { background: var(--warning); } +.dot-yellow { background: var(--warning); box-shadow: 0 0 6px 2px rgba(202,138,4,0.3); } .dot-red { background: var(--error); box-shadow: 0 0 8px 2px rgba(220,38,38,0.35); } .dot-gray { background: var(--cancelled); } .dot-blue { background: var(--info); }