changed body background color in site.css

This commit is contained in:
Dibyashanu Pati 2025-03-03 21:09:33 +05:30
parent 0d247f46c2
commit a278e87b76

View file

@ -106,7 +106,7 @@ body {
font-size: 1.3rem;
line-height: 1.5;
color: #eeffff;
background-color: #857470;
background-color: #633F3F;
}
p {