Files
Ross 1dd7c8d19e .
2025-12-14 09:30:23 +00:00

11 lines
373 B
CSS

/* Project-level static copy of timetable.css to increase chance of being served by Django staticfinders */
html {}
body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
/* minimal rules copied from original timetable.css */
.table-div { overflow-x: auto; }
#main-table th { text-align: center; }
/* keep the rest in app static */