mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove the rounded corners of the default nav style
This commit is contained in:
parent
6fe4d2d760
commit
6e01831430
1 changed files with 1 additions and 0 deletions
1
resources/assets/less/elements/nav.less
vendored
1
resources/assets/less/elements/nav.less
vendored
|
@ -1,6 +1,7 @@
|
||||||
nav.navbar {
|
nav.navbar {
|
||||||
background-color: @c_base;
|
background-color: @c_base;
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: 0px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.navbar-logo {
|
.navbar-logo {
|
||||||
|
|
Loading…
Reference in a new issue