updated erd styles

This commit is contained in:
Gani Georgiev
2026-04-23 21:18:32 +03:00
parent 52eccb3aac
commit e708f39e1b
4 changed files with 4 additions and 5 deletions

View File

File diff suppressed because one or more lines are too long

4
ui/dist/index.html vendored
View File

@@ -13,9 +13,9 @@
<!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script>
<script type="module" crossorigin src="./assets/index-8UEEIWLn.js"></script>
<script type="module" crossorigin src="./assets/index-Cd_LELY_.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-Cpj6PAmS.css">
<link rel="stylesheet" crossorigin href="./assets/index-2kemIEr6.css">
</head>
<body>
</body>

View File

@@ -138,7 +138,6 @@
width: 2000px; /* something large enough to fit the lines */
height: 8000px;
pointer-events: none;
transition: opacity var(--animationSpeed);
}
.paths-group {
fill: none;
@@ -146,7 +145,7 @@
stroke: var(--pathColor);
}
.erd-paths.front {
--pathColor: var(--surfaceAlt3Color);
--pathColor: var(--surfaceTxtDisabledColor);
z-index: 2;
.active-from {