SEO Update

This commit is contained in:
edsea
2025-01-09 01:38:47 +01:00
parent 749a808119
commit 196bd930fa
4 changed files with 14 additions and 14 deletions

View File

@@ -658,15 +658,15 @@ footer{
}
.btn {
padding: 0.75rem;
border: none;
border-radius: 4px;
background-color: #dadada; // Primary button color
color: #2a2a2a;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
padding: 4px 19px;
border: none;
border-radius: 4px;
background-color: #ebebeb;
color: #2a2a2a;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
&:hover {
background-color: #ffffff; // Darker on hover