Update accessability

This commit is contained in:
2023-04-06 16:23:45 +10:00
parent e0d3eef4b5
commit f285a3dc19
3 changed files with 27 additions and 7 deletions

View File

@@ -82,3 +82,23 @@ img.background2sml {
z-index: 0;
}
/* For printing set colour to black */
@media print {
div {
color: black !important;
}
}
@media print {
.noprintbreak {
page-break-inside: avoid;
}
}
@media print {
.edu-main {
page-break-before: always;
}
}