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

@@ -168,44 +168,3 @@ Whether you are hosting the cloud or deploying solutions on the Grid you will ea
</div>
<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;
}
</style>