fix teacher and parent pages text font
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
<link rel="stylesheet" href="<?= base_url('assets/css/custom.css') ?>">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php $role = strtolower((string) (session()->get('role') ?? '')); ?>
|
||||
<body data-app-role="<?= esc($role) ?>">
|
||||
<!-- Navbar -->
|
||||
<?php include(__DIR__ . '/../partials/navbar.php'); ?>
|
||||
<?php
|
||||
|
||||
@@ -189,7 +189,7 @@ html, body { overflow-x: hidden; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body data-app-menu-mode="<?= esc($appMenuMode) ?>">
|
||||
<body data-app-menu-mode="<?= esc($appMenuMode) ?>" data-app-role="<?= esc($role) ?>">
|
||||
<?php include(__DIR__ . '/../partials/navbar.php'); ?>
|
||||
<?php
|
||||
$mainSchoolYearSelectorData = [];
|
||||
|
||||
Reference in New Issue
Block a user