Views: Changed background color

This commit is contained in:
rand00 2021-12-15 22:27:25 +01:00 committed by Reynir Björnsson
parent 6a70220dee
commit 79c40473b4

View file

@ -37,6 +37,7 @@ body {
margin: 40px auto;
line-height: 1.6;
color: #444;
background: rgb(200,200,200);
padding: 0 10px;
}
nav ul {