index: change background color
All checks were successful
ci / docker (push) Successful in 3m34s

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-10-13 01:45:04 +02:00
parent 5b3c651446
commit 2d66c48b7b

View file

@ -15,7 +15,7 @@
}
header {
background: #007BFF;
background: #1CD4FF;
color: #ffffff;
padding: 10px 20px;
text-align: center;
@ -32,7 +32,7 @@
footer {
text-align: center;
padding: 10px 0;
background: #007BFF;
background: #1CD4FF;
color: white;
/*position: fixed;*/
bottom: 0;