Compare commits

...

2 Commits

Author SHA1 Message Date
af99491533 0.44.3 2026-01-26 16:52:37 +01:00
461f6cf8fd Fixed fingerprint row highlight color. 2026-01-26 16:52:34 +01:00
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "traxxx-web", "name": "traxxx-web",
"version": "0.44.2", "version": "0.44.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.44.2", "version": "0.44.3",
"dependencies": { "dependencies": {
"@brillout/json-serializer": "^0.5.8", "@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5", "@dicebear/collection": "^7.0.5",

View File

@@ -89,7 +89,7 @@
"overrides": { "overrides": {
"vite": "$vite" "vite": "$vite"
}, },
"version": "0.44.2", "version": "0.44.3",
"imports": { "imports": {
"#/*": "./*.js" "#/*": "./*.js"
} }

View File

@@ -810,11 +810,11 @@ function copySummary() {
.fingerprint { .fingerprint {
&:nth-child(2n + 1) { &:nth-child(2n + 1) {
background: var(--shadow-weak-50); background: var(--glass-weak-50);
} }
&:hover { &:hover {
background: var(--shadow-weak-40); background: var(--glass-weak-40);
} }
} }