MDL-68497 theme_boost: font smoothing for Firefox on Mac

This commit is contained in:
Bas Brands 2020-04-23 10:29:07 +02:00
parent 788dfb9c7d
commit d6cd1d87cf
4 changed files with 12 additions and 1 deletions

View file

@ -81,6 +81,11 @@ $theme-colors: map-merge((
// Import Core moodle CSS
@import "moodle";
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
// Preset CSS
.navbar {
box-shadow: 0 2px 4px rgba(0, 0, 0, .08);