mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 16:15:54 +01:00
5 lines
136 B
CSS
5 lines
136 B
CSS
|
/* make some small fonts a little bigger */
|
||
|
.logininfo, .helplink, .minicalendar *, .link, .footer {
|
||
|
font-size: 9pt !important;
|
||
|
}
|