diff options
author | Adin Scannell <ascannell@google.com> | 2020-04-28 00:39:29 -0700 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:18 -0700 |
commit | b6ba247fa665099fabdf845947a4e1eedb8cce13 (patch) | |
tree | 8611e124fab1915b6c330fcbeff9e042caf1c0b7 /website/_sass | |
parent | 508e25b6d6e9a81edb6ddf8738450b79898b446a (diff) |
Update main landing page.
Diffstat (limited to 'website/_sass')
-rw-r--r-- | website/_sass/front.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/_sass/front.scss b/website/_sass/front.scss index cb0d6f147..1c7f58ecb 100644 --- a/website/_sass/front.scss +++ b/website/_sass/front.scss @@ -4,9 +4,11 @@ background-position: center; background-repeat: no-repeat; background-size: cover; + background-blend-mode: darken; + background-color: rgba(0,0,0,0.1); p { - color: #eeeeee; + color: #fff; margin-top: 0; margin-bottom: 0; font-weight: 300; |