diff options
Diffstat (limited to 'theme/stylesheets/main.less')
-rw-r--r-- | theme/stylesheets/main.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/stylesheets/main.less b/theme/stylesheets/main.less index 5c4fe23..aac16bb 100644 --- a/theme/stylesheets/main.less +++ b/theme/stylesheets/main.less @@ -15,12 +15,13 @@ @import "book/markdown.less"; @import "book/progress.less"; @import "book/navigation.less"; +@import "book/quiz.less"; * { -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: none; - -webkit-touch-callout: none; + -webkit-touch-callout: none; -webkit-font-smoothing: antialiased; } @@ -33,7 +34,7 @@ html, body { } body { - + font-smoothing: antialiased; font-family: 'appNormal'; } |