mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
Change navbar background-color
Correct navbar background-color and remove some redundant styles
This commit is contained in:
parent
0ec5ca48f5
commit
c63f4b7c4c
1 changed files with 1 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Custom styles for the menu aka toolbar aka navbar
|
||||
.navbar
|
||||
color: #222
|
||||
background-color: #f8f8f8
|
||||
background-color: #f5f5f5
|
||||
border: none;
|
||||
border-bottom: 1px solid rgba(0,0,0,0.2)
|
||||
border-radius:0px
|
||||
|
|
@ -75,12 +75,6 @@
|
|||
@media screen and (max-device-width:768px), screen and (max-width:768px)
|
||||
.navbar-menu
|
||||
float:none
|
||||
.navbar-submenu
|
||||
margin-left:0
|
||||
> li
|
||||
display:inline-block
|
||||
.dropdown-menu
|
||||
position:absolute
|
||||
.navbar-info
|
||||
width:100%
|
||||
// Button for toggling toolbar visibility
|
||||
|
|
|
|||
Loading…
Reference in a new issue