You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/07/07 06:39:52 UTC

incubator-griffin git commit: modify background color of login page

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 87f71017d -> 651bc683d


modify background color of login page

Author: Yang <xi...@ebay.com>

Closes #103 from RachelYang2/new-release.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/651bc683
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/651bc683
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/651bc683

Branch: refs/heads/master
Commit: 651bc683d92255b4926b022e72445a8f6d6824a5
Parents: 87f7101
Author: Yang <xi...@ebay.com>
Authored: Fri Jul 7 14:39:39 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Fri Jul 7 14:39:39 2017 +0800

----------------------------------------------------------------------
 ui/login/login.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/651bc683/ui/login/login.css
----------------------------------------------------------------------
diff --git a/ui/login/login.css b/ui/login/login.css
index 9185e01..c173637 100644
--- a/ui/login/login.css
+++ b/ui/login/login.css
@@ -17,7 +17,7 @@ html, body {
 }
 
 body {
-    background-color: lightblue;
+    background-color: #1A237E;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;