From 18973b08ad39f190bc33a5e2e39071483f43ca7d Mon Sep 17 00:00:00 2001 From: Jan Svabenik Date: Sat, 21 Mar 2026 07:16:57 +0100 Subject: [PATCH] Update UI colors --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 5b96eab..33a6f7a 100644 --- a/web/style.css +++ b/web/style.css @@ -364,7 +364,7 @@ input[type="range"]::-moz-range-thumb { .list-item:hover, .list-item.active { border-color: rgba(0, 255, 200, 0.28); } .item-top, .item-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; } .item-top { margin-bottom: 3px; } -.item-title { font-family: var(--mono); font-size: 0.82rem; font-weight: 700; } +.item-title { font-family: var(--mono); font-size: 0.82rem; font-weight: 700; color: #e7f1ff; } .item-meta { font-family: var(--mono); font-size: 0.68rem; color: var(--text-dim); } .item-badge { font-family: var(--mono); font-size: 0.64rem; font-weight: 600;