Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sqlpage/sqlpage.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta20/dist/css/tabler.min.css */
/* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta20/dist/css/tabler-vendors.min.css */

/* 241220RH printer-friendly; output all code to the printer */
@media print {
pre:has(code) {
max-height: none !important;
}
}

:root {
/* Workaround for https://github.com/tabler/tabler/issues/1879 */
--tblr-text-secondary-rgb: var(--tblr-secondary-rgb);
Expand Down