diff --git a/frontend/scanner.html b/frontend/scanner.html index f452483..78bdbb2 100644 --- a/frontend/scanner.html +++ b/frontend/scanner.html @@ -24,6 +24,10 @@ .ivrank-high { background: rgba(255, 212, 59, 0.18); color: #ffd43b; } .ivrank-vhigh{ background: rgba(255, 107, 107, 0.18); color: #ff6b6b; } .ivrank-na { color: #6c757d; } + .ivhv-cheap { color: #51cf66; font-weight:600; } + .ivhv-fair { color: #cbd3df; font-weight:600; } + .ivhv-rich { color: #ffd43b; font-weight:700; } + .ivhv-vrich { color: #ff6b6b; font-weight:800; }
@@ -72,12 +76,15 @@