summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2020-10-08 10:31:38 +0900
committerGitHub <noreply@github.com>2020-10-08 10:31:38 +0900
commit359ca76403b95d18f4ec0deddbda80d62375713f (patch)
tree07c129de86c05639bb6114f968bdb7a12532e6ad
parentf4e494030d5ca8830ae2357a08d3d3df90991e76 (diff)
parent0dea1bbb66ab4a6e1a22a1f781a10e9b9e6c5fbd (diff)
Merge pull request #66 from TimothyYe/v2v2
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;
}