background image

This commit is contained in:
Alexander Yakovlev 2024-03-13 14:48:14 +06:00
parent 4870db7018
commit 841a7c5250
3 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View file

@ -3,3 +3,4 @@
*.scss linguist-vendored
*.js linguist-vendored
CHANGELOG.md export-ignore
*.png filter=lfs diff=lfs merge=lfs -text

BIN
resources/images/light-grey-terrazzo.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -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);
}
}