diff options
Diffstat (limited to 'frontend/app/prism-shell.css')
| -rw-r--r-- | frontend/app/prism-shell.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/frontend/app/prism-shell.css b/frontend/app/prism-shell.css index c198479..9b0e1b5 100644 --- a/frontend/app/prism-shell.css +++ b/frontend/app/prism-shell.css @@ -212,7 +212,7 @@ .psm-watch-select:hover, .psm-search-result:hover { - background: rgba(194, 170, 122, 0.04); + background: var(--ink-3); } .psm-watch-row.active .psm-watch-select { @@ -291,8 +291,7 @@ gap: var(--sp-4); padding: var(--sp-3) var(--sp-6); border-bottom: 1px solid var(--line-1); - background: rgba(11, 14, 19, 0.94); - backdrop-filter: blur(16px); + background: var(--ink-1); } .psm-search-shell { @@ -401,12 +400,10 @@ height: 8px; border-radius: var(--r-full); background: var(--warning); - box-shadow: 0 0 10px rgba(196, 149, 69, 0.45); } .psm-market-dot.open { background: var(--positive); - box-shadow: 0 0 10px rgba(79, 140, 94, 0.45); } .psm-account { @@ -592,7 +589,7 @@ .psm-primary-action, .psm-ghost-action { - border-radius: var(--r-2); + border-radius: var(--r-1); padding: 10px 14px; font-size: var(--fs-12); font-weight: 600; @@ -825,6 +822,10 @@ border-color: rgba(181, 73, 75, 0.35); } +.psm-signal.neu { + border-color: var(--line-2); +} + .psm-profile-list, .psm-stat-list, .psm-source-list { |
