Remove unneeded js files in hooks.py

This commit is contained in:
Jeremy Rangel
2025-02-11 17:29:14 -08:00
parent b9ae4626e3
commit d307fd1225
12 changed files with 95 additions and 128 deletions

View File

@ -66,24 +66,7 @@ body {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--saas-Inter);
font-weight: 600;
color: var(--saas-gray-dark);
}
p {
font-family: var(--saas-Inter);
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: var(--saas-gray);
}
/** === Predefined Global Classes === **/
button:focus {
@ -1746,7 +1729,7 @@ h2.wow.fadeInUp.home_5_testi {
}
.feature_item_inner {
background: linear-gradient(175deg, #7579ff 0%, #b224ef 100%);
background: linear-gradient(45deg, #97F8F4 0%, #008AFC 100%);
border-radius: 20px;
padding: 90px;
}