make nav hover/focus/active style more prominent
This commit is contained in:
parent
4bb8151999
commit
5789b2b709
1 changed files with 9 additions and 0 deletions
|
@ -155,6 +155,15 @@ body.auth .panel-heading .panel-title span.pull-right {
|
||||||
box-shadow: $box-shadow;
|
box-shadow: $box-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar ul.navbar-nav > li a,
|
||||||
|
.navbar-header a.navbar-brand {
|
||||||
|
&:active,
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
background-color: #004303;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tight-headings {
|
.tight-headings {
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
Loading…
Reference in a new issue