From 15ce49d436cc1e08a7cb4d29ec8f9b7fb3cd9275 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 30 May 2024 15:34:13 +0300 Subject: [PATCH] move style to index.css --- content/about/index.md | 43 ++--------------------------------------- content/deploy/index.md | 39 ------------------------------------- content/home/index.md | 35 --------------------------------- content/host/index.md | 39 ------------------------------------- content/tft/index.md | 41 --------------------------------------- css/index.css | 40 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 42 insertions(+), 195 deletions(-) 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;