Skip to content

Commit d856faf

Browse files
committed
Update font size
1 parent d98ae5e commit d856faf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

top.php

+10
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@
88
}
99

1010
$OUTPUT->header();
11+
?>
12+
<style>
13+
body {
14+
font-family: var(--font-family);
15+
font-size: 1.2rem;
16+
line-height: 1.93rem;
17+
color: var(--text);
18+
background-color: var(--background-color);
19+
}
20+
</style>

0 commit comments

Comments
 (0)