pulsar/static/bootstrap-overrides.less
simurai 2dcdbb5a92 Only set a font-size in the root
No need to select `html` and `body` when trying to override it.

Issue: #5735
2015-02-26 12:07:51 +09:00

29 lines
430 B
Plaintext

@import "ui-variables";
.nav {
> li > a {
border-radius: @component-border-radius;
}
> li > a:hover {
background-color: @background-color-highlight;
}
&.nav-pills > li.active > a {
background-color: @background-color-selected;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit; // inherit from themes
}
body {
font-family: inherit; // inherit from html
font-size: inherit; // inherit from html
}