mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
2dcdbb5a92
No need to select `html` and `body` when trying to override it. Issue: #5735
29 lines
430 B
Plaintext
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
|
|
}
|