move style to index.css

This commit is contained in:
2024-05-30 15:34:13 +03:00
parent d4d55953bc
commit 15ce49d436
6 changed files with 42 additions and 195 deletions

View File

@@ -231,45 +231,6 @@ From decentralized cloud computing and blockchain integration to overseeing infr
<style>
.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;
}
.rounded_img img {
border-radius: 8px;
}