diff --git a/css/index.css b/css/index.css index cb5432c6f..7a47c40be 100644 --- a/css/index.css +++ b/css/index.css @@ -12,6 +12,12 @@ @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); +.dashboard:hover { + + background: #74ddc3 !important; +} + + /* Custom CSS for header partial */ .backdrop-blur { -webkit-backdrop-filter: blur(40px); @@ -39,6 +45,7 @@ } + /* Custom css allowing image styling in markdown */ img[src*="#mx-auto"] { margin: auto; @@ -181,7 +188,7 @@ background-color:#5596f5 !important; } .footer-cust a:hover { - color: rgb(65, 65, 65); + color: #74ddc3; } .footer-cust h6{ diff --git a/tailwind.config.js b/tailwind.config.js index d9e08b67f..d101bce94 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -47,6 +47,7 @@ module.exports = { transparent: 'transparent', white: '#ffffff', black: '#000000', + green: '#74ddc3 ', gray: colors.gray, slate: colors.slate, stone: colors.stone, diff --git a/templates/partials/footer.html b/templates/partials/footer.html index ef5570fc9..b89586147 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -24,8 +24,8 @@

© ThreeFold - All rights reserved. - Terms & Conditions | - Privacy Policy + Terms & Conditions | + Privacy Policy

diff --git a/templates/partials/header.html b/templates/partials/header.html index b101ce105..d0ef97457 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -107,7 +107,7 @@ #} - TF Docs + TF Docs @@ -197,7 +197,7 @@ #}
- Get 3Node + TF Docs
@@ -222,4 +222,5 @@ .nav_btn:hover { color: #74ddc3 !important; } + \ No newline at end of file diff --git a/templates/partials/home/cta.html b/templates/partials/home/cta.html index dfd55eb3b..3c146189b 100644 --- a/templates/partials/home/cta.html +++ b/templates/partials/home/cta.html @@ -4,7 +4,7 @@ Build the
Internet of Tomorrow,
Today.
- + Dive Deeper diff --git a/templates/partials/home/farmers.html b/templates/partials/home/farmers.html index b0bdd6a3c..c57caa0ff 100644 --- a/templates/partials/home/farmers.html +++ b/templates/partials/home/farmers.html @@ -45,7 +45,7 @@
- Become a Farmer + Become a Farmer
diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index e3e92609d..15b21d31a 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -47,7 +47,7 @@
- Explore Grid Capacity + Explore Grid Capacity
diff --git a/templates/partials/home/hero.html b/templates/partials/home/hero.html index 31249b2b8..e7e4133d4 100644 --- a/templates/partials/home/hero.html +++ b/templates/partials/home/hero.html @@ -8,8 +8,8 @@

Web4


- What We've Built - Read TF Docs + What We've Built + Read TF Docs
@@ -39,5 +39,6 @@ p { animation-delay: 1s; /* Delay for paragraphs */ } + \ No newline at end of file