diff --git a/Makefile b/Makefile index c2f82707..decec61a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -default: mklocal +default: mkmobile local: mklocal mobile: mkmobile diff --git a/mobile/plugins/user-location.css b/mobile/plugins/user-location.css index c67b4c5e..52d79f88 100644 --- a/mobile/plugins/user-location.css +++ b/mobile/plugins/user-location.css @@ -15,13 +15,13 @@ } .user-location .res .inner { - background-color: #0088b3; - border-color: #0088b3; + background-color: #03baf4; + border-color: #03baf4; } .user-location .res .outer { - background-color: #03baf4; - border-color: #03baf4; + background-color: #0088b3; + border-color: #0088b3; } .user-location .enl .inner {