changed all white to cream
All checks were successful
Modelari site build and deploy / Build-site (push) Successful in 20s

This commit is contained in:
2025-07-16 00:29:34 +02:00
parent 567ccca6a4
commit dfd2e5c85f

View File

@@ -55,7 +55,7 @@ aside nav ul li a {
display: block;
padding: 10px 15px;
border: 2px solid white;
color: white;
color: #cccccc;
text-decoration: none;
border-radius: 4px;
text-align: center;
@@ -63,7 +63,7 @@ aside nav ul li a {
}
aside nav ul li a:hover {
background-color: white;
background-color: #cccccc;
color: #333;
}
@@ -98,7 +98,7 @@ main {
/* Footer */
footer {
background-color: #333;
color: white;
color: #cccccc;
text-align: center;
padding: 15px;
}