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