mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
try to correct font scaling problems on Firefox
This commit is contained in:
parent
5199ec413d
commit
1c8ddccb45
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
|||
|
||||
html {
|
||||
color: $primary;
|
||||
font: #{$base-font-size}/#{$base-line-height} $base-font-family;
|
||||
font-family: $base-font-family;
|
||||
font-size: $base-font-size;
|
||||
// font: #{$base-font-size}/#{$base-line-height} $base-font-family;
|
||||
// this does not work, see https://meta.discourse.org/t/x/23193/11
|
||||
background-color: $secondary;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue