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",
"version": "0.44.2",
"version": "0.44.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.44.2",
"version": "0.44.3",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

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

View File

@@ -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);
}
}