fix(shadcn): isolate Nexus CSS vars with --nx- prefix + admin password reset endpoint
CI - Build & Test / Backend (.NET) (push) Successful in 26s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 16s
CI - Build & Test / Security Check (push) Successful in 2s

This commit is contained in:
2026-06-11 10:06:53 +02:00
parent a538025049
commit b7b44494f0
59 changed files with 3267 additions and 1153 deletions
+2 -2
View File
@@ -410,7 +410,7 @@ onMounted(loadIncidents)
padding: 12px;
border-radius: 8px;
background: #0d1016;
border: 1px solid var(--line);
border: 1px solid var(--nx-line);
overflow-x: auto;
}
.incident-rendered :deep(pre code) {
@@ -432,7 +432,7 @@ onMounted(loadIncidents)
}
.incident-rendered :deep(hr) {
border: none;
border-top: 1px solid var(--line);
border-top: 1px solid var(--nx-line);
margin: 1.2em 0;
}
.incident-rendered :deep(strong) {