diff --git a/.gitattributes b/.gitattributes index 967315d..bb186a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.scss linguist-vendored *.js linguist-vendored CHANGELOG.md export-ignore +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/resources/images/light-grey-terrazzo.png b/resources/images/light-grey-terrazzo.png new file mode 100644 index 0000000..f01b6bd --- /dev/null +++ b/resources/images/light-grey-terrazzo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e445efe9b802439ef260a86212683ab9db1a9f28dcccf14ac0156bd7b443a2e9 +size 15469 diff --git a/resources/sass/main.scss b/resources/sass/main.scss index 14d4def..b0d5eb0 100644 --- a/resources/sass/main.scss +++ b/resources/sass/main.scss @@ -1,3 +1,10 @@ @import 'variables'; @import 'bootstrap/scss/bootstrap.scss'; @import 'layout'; + +body { + background-image: url('../images/light-grey-terrazzo.png'); + > .container { + background-color: rgba(#fff, 0.7); + } +}