add color to barnavigation

This commit is contained in:
2025-09-22 14:41:22 -04:00
parent 79e9844303
commit fa84d440df
@@ -21,7 +21,7 @@
font-weight: bold;
width: 100%;
transition: background-color 0.3s ease;
font-size: 2rem;
font-size: 1.5rem;
}
.barNavigation li:hover {
@@ -68,7 +68,7 @@
flex-direction: column;
top: 100%;
width: 100%;
background-color: rgba(0, 61, 121, 1);
background-color: rgb(1, 92, 184);
transition: color 0.3s ease, opacity 0.3s ease;
}