aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/style.css
blob: c34981a8d99d67b88695ae82fc87835cf538d03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
  margin: 0;
}

#fc_bg__container {
  background: url(/src/assets/wallpaperflare.com_wallpaper.jpg) center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  filter: brightness(0.8);
}