Browse Source

Make default font colour lighter

pm2
Luke Childs 8 years ago
parent
commit
c8d48f90c6
  1. 2
      assets/style.css

2
assets/style.css

@ -4,7 +4,7 @@ body {
font-size: 16px;
background: #b24592;
background: linear-gradient(to left, #b24592 , #f15f79);
color: #222;
color: #777;
margin: 0;
display: flex;
min-height: 100vh;

Loading…
Cancel
Save