-
Enter Competition Scores
+
Enter Competition Scores
= esc($competition['title'] ?? 'Competition') ?>
Back
diff --git a/app/Views/teacher/drafts.php b/app/Views/teacher/drafts.php
index c938161..0f394ee 100644
--- a/app/Views/teacher/drafts.php
+++ b/app/Views/teacher/drafts.php
@@ -13,10 +13,6 @@ $maxUploadBytes = $maxUploadBytes ?? (12 * 1024 * 1024);
$isSchoolYearReadonly = (bool) ($isSchoolYearReadonly ?? false);
?>
diff --git a/public/assets/css/custom.css b/public/assets/css/custom.css
index 82ff635..3a05c45 100644
--- a/public/assets/css/custom.css
+++ b/public/assets/css/custom.css
@@ -8,6 +8,17 @@ body {
font-family: Arial, sans-serif;
}
+body[data-app-role="parent"],
+body[data-app-role="teacher"],
+body[data-app-role="teacher_assistant"],
+body[data-app-role="parent"] :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6),
+body[data-app-role="teacher"] :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6),
+body[data-app-role="teacher_assistant"] :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6) {
+ font-family: Arial, sans-serif !important;
+ font-style: normal;
+ letter-spacing: 0;
+}
+
.content-wrapper {
flex: 1;
padding-bottom: 50px;