mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
4 lines
136 B
CSS
Executable file
4 lines
136 B
CSS
Executable file
/* make some small fonts a little bigger */
|
|
.logininfo, .helplink, .minicalendar *, .link, .footer {
|
|
font-size: 9pt !important;
|
|
}
|