diff --git a/static/style.css b/static/style.css index 0aa48a8..4ec66ca 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; - font-size: medium; + font-size: large; background: rgb(71, 71, 71); color: black; }