update footer

This commit is contained in:
Ehab Hassan 2025-05-25 11:58:34 +03:00
parent 8a3fb4800b
commit 17a12bf583
3 changed files with 8 additions and 58 deletions

View File

@ -24,7 +24,7 @@ extra:
|||
##### <span class="">ABOUT US</span>
##### ABOUT US
<br>

View File

@ -213,63 +213,18 @@ a img:hover{
text-white
}
.subtitle {
background-color:#58CF77 !important;
color: #fff !important;
text-transform: uppercase;
/* font-weight: 600 !important; */
}
.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;
}
.footer-cust a:hover {
color: #c7c7c7;
color: #a3a3a3;
}
.footer-cust h6{
/* .footer-cust h6{
margin-bottom: 15px;
}
} */
.logo_size{
width:200px
@ -462,11 +417,6 @@ background-color:#5596f5 !important;
font-family: "Inter", sans-serif;
}
/* button:hover :is(:where(a)) {
color: #5e5e5e;
} */
button :is(:where(p)) {
color: #ddd;
font-weight: 400;

View File

@ -30,10 +30,10 @@
</div>
<div class="mt-6 mx-auto border-t border-gray-700 pt-8">
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 text-center">
<p data-v-14efe4a7="" class="text-base leading-6 text-center">
© <span id="year"></span> Mycelium - All rights reserved.
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 text-gray-500 hover:text-green">Terms &amp; Conditions |</a>
<a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 text-gray-500 hover:text-green">Privacy Policy</a>
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 ">Terms &amp; Conditions |</a>
<a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 ">Privacy Policy</a>
</p>
</div>