codigo0/node_modules/highlight.js/scss/idea.scss
planetazuzu 5d7a6500fe refactor: Fase 1 - Clean Architecture, refactorización modular y eliminación de duplicidades
-  Ticket 1.1: Estructura Clean Architecture en backend
-  Ticket 1.2: Schemas Zod compartidos
-  Ticket 1.3: Refactorización drugs.ts (1362 → 8 archivos modulares)
-  Ticket 1.4: Refactorización procedures.ts (3583 → 6 archivos modulares)
-  Ticket 1.5: Eliminación de duplicidades (~50 líneas)

Cambios principales:
- Creada estructura Clean Architecture en backend/src/
- Schemas Zod compartidos en backend/src/shared/schemas/
- Refactorización modular de drugs y procedures
- Utilidades genéricas en src/utils/ (filter, validation)
- Eliminados scripts obsoletos y documentación antigua
- Corregidos errores: QueryClient, import test-error-handling
- Build verificado y funcionando correctamente
2026-01-25 21:09:47 +01:00

86 lines
1.2 KiB
SCSS

pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
/*
Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
*/
.hljs {
color: #000;
background: #fff
}
.hljs-subst,
.hljs-title {
font-weight: normal;
color: #000
}
.hljs-comment,
.hljs-quote {
color: #808080;
font-style: italic
}
.hljs-meta {
color: #808000
}
.hljs-tag {
background: #efefef
}
.hljs-section,
.hljs-name,
.hljs-literal,
.hljs-keyword,
.hljs-selector-tag,
.hljs-type,
.hljs-selector-id,
.hljs-selector-class {
font-weight: bold;
color: #000080
}
.hljs-attribute,
.hljs-number,
.hljs-regexp,
.hljs-link {
font-weight: bold;
color: #0000ff
}
.hljs-number,
.hljs-regexp,
.hljs-link {
font-weight: normal
}
.hljs-string {
color: #008000;
font-weight: bold
}
.hljs-symbol,
.hljs-bullet,
.hljs-formula {
color: #000;
background: #d0eded;
font-style: italic
}
.hljs-doctag {
text-decoration: underline
}
.hljs-variable,
.hljs-template-variable {
color: #660e7a
}
.hljs-addition {
background: #baeeba
}
.hljs-deletion {
background: #ffc8bd
}
.hljs-emphasis {
font-style: italic
}
.hljs-strong {
font-weight: bold
}