This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/src/style/custom.scss

13 lines
272 B
SCSS
Raw Normal View History

//
// Bootstrap and its default variables
//
@import "node_modules/bootstrap/scss/bootstrap";
2018-09-30 18:21:59 +00:00
body {
margin: 0;
background-color: #aaa;
background-image: url(//gameranx.com/wp-content/uploads/2016/02/Final-Fantasy-XV-4K-Wallpaper.jpg);
background-size: cover;
}