routes: add syntax highlight
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
M static/style.css → static/style.css
@@ -274,6 +274,13 @@ background: var(--light-gray); overflow-x: auto; } +.chroma-file-wrapper { + display: flex; + flex-direction: row; + grid-template-columns: 1rem minmax(0, 1fr); + overflow-x: auto; +} + .file-content { background: var(--light-gray); overflow-y: hidden;