diff --git a/content/about/index.md b/content/about/index.md index 5cc964199..1f3a8c903 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -178,7 +178,7 @@ Market Cap - +
{% row( style="mtop") %} @@ -309,7 +309,7 @@ Market Cap - + @@ -326,45 +326,6 @@ Market Cap \ No newline at end of file diff --git a/content/tft/index.md b/content/tft/index.md index 21b7b60b5..ee45b2818 100644 --- a/content/tft/index.md +++ b/content/tft/index.md @@ -168,44 +168,3 @@ Whether you are hosting the cloud or deploying solutions on the Grid you will ea
- - - - - \ No newline at end of file diff --git a/css/index.css b/css/index.css index 092e275b8..def94b03a 100644 --- a/css/index.css +++ b/css/index.css @@ -78,6 +78,46 @@ a img:hover{ cursor: pointer; } +/* new theme */ + +.green{ + + background-color:#58CF77 !important; + color: #fff !important; + +} + +.green:hover { +background-color:#7ad993 !important; +} +.green a{ + color: #fff !important; +} + +.green:hover { +background-color:#7ad993 !important; +} + +.green_text{ +color: #58CF77 ; +} + + + .blue_b{ + + background-color:#2E83FF !important; + color: #fff !important; + +} +.blue_b a{ + color: #fff !important; +} + +.blue_b:hover { +background-color:#5596f5 !important; +} + + .footer-cust a{ color: #999; cursor: pointer;