summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy <yexiaozhou2003@gmail.com>2020-08-05 21:52:30 +0800
committerTimothy <yexiaozhou2003@gmail.com>2020-08-05 21:52:30 +0800
commit0dea1bbb66ab4a6e1a22a1f781a10e9b9e6c5fbd (patch)
tree07c129de86c05639bb6114f968bdb7a12532e6ad
parentf4e494030d5ca8830ae2357a08d3d3df90991e76 (diff)
fix: invalid CSS property value
-rw-r--r--frontend/src/css/wally.css2
1 files changed, 1 insertions, 1 deletions
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;
}