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