website

The files for mattfehrenbach.xyz, a fork of a template.
git clone git://git.mattfehrenbach.xyz/website.git
Log | Files | Refs

commit c92618a93641f4678543bd09193125ba3fed6038
parent 0374071d66b887fc11e8d35b111ed3da5755ba85
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Wed, 11 Nov 2020 14:19:33 +0000

Changed image sources to S3 in css

Diffstat:
Massets/css/main.css | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/assets/css/main.css b/assets/css/main.css @@ -1139,7 +1139,7 @@ input, select, textarea { -webkit-transition-delay: 0.75s; -ms-transition-delay: 0.75s; transition-delay: 0.75s; - background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png"); + background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/overlay.png"); background-size: auto, 256px 256px; background-position: center, center; background-repeat: no-repeat, repeat; @@ -1155,7 +1155,7 @@ input, select, textarea { -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out; -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out; transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out; - background-image: url("../../images/bg.jpg"); + background-image: url("https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/bg.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; @@ -1655,4 +1655,4 @@ input, select, textarea { body.is-preload #footer { opacity: 0; - }- \ No newline at end of file + }