mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-68497 theme_boost: font smoothing for Firefox on Mac
This commit is contained in:
parent
788dfb9c7d
commit
d6cd1d87cf
4 changed files with 12 additions and 1 deletions
|
@ -91,6 +91,7 @@ $theme-colors: map-merge((
|
|||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
|
|
@ -18508,7 +18508,8 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
|
|||
font-size: 4em; }
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.navbar {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue