Adjust spaces and sizes on sidebar
Addressing the changes discussed over skype to fix #6564, and an incoming issue with #6584 in which the absence of the button will create awkward empty spaces. Took that chance to improve the spacing even further —vertical real state. ---- bonus: changed the colour for the navbar hover status (brown -> darkgreen)
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
|
||||
// Navbar links
|
||||
@navbar-default-link-color: @gray-lighter;
|
||||
@navbar-default-link-hover-color: #4a2b0f;
|
||||
@navbar-default-link-hover-color: darkgreen;
|
||||
@navbar-default-link-hover-bg: @gray-lighter;
|
||||
@navbar-default-link-active-color: @gray-lighter;
|
||||
@navbar-default-link-active-bg: darken(@navbar-default-bg, 6.5%);
|
||||
|
Reference in New Issue
Block a user