mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 15:49:23 +03:00
Only set a font-size in the root
No need to select `html` and `body` when trying to override it. Issue: #5735
This commit is contained in:
parent
c9ce9f41c2
commit
2dcdbb5a92
5
static/bootstrap-overrides.less
vendored
5
static/bootstrap-overrides.less
vendored
@ -21,3 +21,8 @@ h5,
|
||||
h6 {
|
||||
font-family: inherit; // inherit from themes
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: inherit; // inherit from html
|
||||
font-size: inherit; // inherit from html
|
||||
}
|
||||
|
@ -3,13 +3,16 @@
|
||||
|
||||
@font-face { .octicon-font(); }
|
||||
|
||||
html {
|
||||
font-family: @font-family;
|
||||
font-size: @font-size;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
font-family: @font-family;
|
||||
font-size: @font-size;
|
||||
}
|
||||
|
||||
atom-workspace {
|
||||
|
Loading…
Reference in New Issue
Block a user