diff --git a/projects/asset-validation/index.html b/projects/asset-validation/index.html index 0b296fc..e190ca9 100644 --- a/projects/asset-validation/index.html +++ b/projects/asset-validation/index.html @@ -1103,6 +1103,8 @@ .tile-rate button.active.like { background: var(--success); } .tile-rate button.active.dislike { background: var(--error); } .tile-rate button:hover { background: var(--ink); } + .tile-rate button.note.has-note { background: var(--amber); color: var(--ink); } + .lb-note.has-note { color: var(--amber); border-color: var(--amber); } .tile-pending { aspect-ratio: 1; background: var(--card); @@ -1475,6 +1477,7 @@