update css

This commit is contained in:
Raven Scott 2024-09-26 02:16:38 -04:00
parent 72f94b9d41
commit cb743a31f5

View File

@ -86,14 +86,14 @@ p.lead {
font-size: 1.25rem; font-size: 1.25rem;
padding: 10px 20px; padding: 10px 20px;
color: #ffffff; color: #ffffff;
border: 2px solid #000000; border: 2px solid #42484a;
background-color: #000000; background-color: #42484a;
transition: background-color 0.3s ease, color 0.3s ease; transition: background-color 0.3s ease, color 0.3s ease;
} }
.btn-outline-primary:hover { .btn-outline-primary:hover {
background-color: #42484a; background-color: #000000;
border-color: #42484a; border-color: #000000;
color: #ffffff; color: #ffffff;
} }
@ -192,14 +192,14 @@ footer {
font-size: 1.25rem; font-size: 1.25rem;
padding: 10px 20px; padding: 10px 20px;
color: #ffffff; color: #ffffff;
border: 2px solid #000000; border: 2px solid #42484a;
background-color: #000000; background-color: #42484a;
transition: background-color 0.3s ease, color 0.3s ease; transition: background-color 0.3s ease, color 0.3s ease;
} }
.input-group .btn-primary:hover { .input-group .btn-primary:hover {
background-color: #42484a; background-color: #000000;
border-color: #42484a; border-color: #000000;
color: #ffffff; color: #ffffff;
} }