@@ -31,7 +31,7 @@ import (
)
// AppVer holds the current Gitote version
-const AppVer = "1.0.2-prod-rc.2"
+const AppVer = "1.0.2-prod-rc.3"
// APIVer holds the current Gitote API version
const APIVer = "v1"
@@ -117,7 +117,7 @@
@media (max-width: 1020px) {
.home-main {
&.bg {
- background: url(https://cdn.gitote.in/img/pattern.svg), #f3f3f3;
+ background: url(https://cdn.gitote.in/img/pattern.svg), #23292e;
}
.desc, &.prompt {
display: none !important;