Feat(ADN): Implementado y ejecutado archivar:md para mover Markdowns obsoletos a histórico DB-First

This commit is contained in:
Ricardo Monla
2026-03-10 16:02:03 -03:00
parent 8aa1532396
commit 8d27a8958e
74 changed files with 3195 additions and 2073 deletions
@@ -61,6 +61,7 @@ body {
font-weight: 700;
background: var(--gradient);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
display: flex;
align-items: center;
@@ -160,7 +161,7 @@ body {
}
.table-ifde .col-status {
width: 80px;
width: 45px;
text-align: center;
}
@@ -178,6 +179,23 @@ body {
margin-right: 0.3rem;
}
.desc-link {
color: var(--primary);
text-decoration: none;
font-weight: 600;
background: rgba(102, 126, 234, 0.1);
padding: 0.1rem 0.4rem;
border-radius: 4px;
transition: var(--transition);
border-bottom: 1px solid transparent;
}
.desc-link:hover {
background: var(--primary);
color: white;
text-decoration: none;
}
/* Nodo section */
.nodo-section {
margin-bottom: 2rem;
@@ -337,6 +355,7 @@ body {
font-weight: 700;
background: var(--gradient);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}