mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
24 lines
332 B
Plaintext
24 lines
332 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
|
|
}
|