From 0dea1bbb66ab4a6e1a22a1f781a10e9b9e6c5fbd Mon Sep 17 00:00:00 2001 From: Timothy Date: Wed, 5 Aug 2020 21:52:30 +0800 Subject: fix: invalid CSS property value --- frontend/src/css/wally.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/css/wally.css b/frontend/src/css/wally.css index 0290f94..46342ba 100644 --- a/frontend/src/css/wally.css +++ b/frontend/src/css/wally.css @@ -12,7 +12,7 @@ body { background: url('../images/background.png') no-repeat center center; background-size: cover; font-family: "lato"; - font-weight: light; + font-weight: lighter; width: 100vw; height: 100vh; } -- cgit v1.2.3