diff --git a/pages/scene/+Page.vue b/pages/scene/+Page.vue index 9c3715b..a35381f 100644 --- a/pages/scene/+Page.vue +++ b/pages/scene/+Page.vue @@ -810,11 +810,11 @@ function copySummary() { .fingerprint { &:nth-child(2n + 1) { - background: var(--shadow-weak-50); + background: var(--glass-weak-50); } &:hover { - background: var(--shadow-weak-40); + background: var(--glass-weak-40); } }