diff --git a/resources/web/homepage/css/dark.css b/resources/web/homepage/css/dark.css index ba7267e51..1022584b2 100644 --- a/resources/web/homepage/css/dark.css +++ b/resources/web/homepage/css/dark.css @@ -1,11 +1,11 @@ body { - background-color:black; + background-color:#242428; } * { - border-color: #494949; + border-color: #3E3E45; } @@ -24,15 +24,20 @@ body color: #fff; } +.BtnItem +{ + color:#B3B3B5; +} .BtnItem:hover { - color: #000; + color: #fff; background-color: #243E30; } .BtnItemSelected { + color: #fff; background-color: #243E30; } @@ -46,5 +51,5 @@ body /*----User Manual------*/ .UG_DESC { - color:#A4A4A4; + color:#818183; } \ No newline at end of file diff --git a/resources/web/homepage/index.html b/resources/web/homepage/index.html index 52b62934b..a8989cba9 100644 --- a/resources/web/homepage/index.html +++ b/resources/web/homepage/index.html @@ -38,11 +38,11 @@
-
recent
+
recent
-
UserGuide
+
UserGuide
@@ -51,13 +51,13 @@